Actions
Feature #25386
closedIndex over sys_log event_pid for "order by page" in syslog view
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Logging
Target version:
-
Start date:
2011-03-24
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
Hi.
we've noticed some real time expensive querys on the syslog table under some circumstances.
If we show many entrys from sysprotocol and activate "order by page" the folowing index would speed up the query extremly.
the syslog index "event" has the userid appended and will not match.
ALTER TABLE `sys_log` ADD INDEX `sortedPages` (`event_pid`);
(issue imported from #M18027)
Actions