Project

General

Profile

Actions

Feature #25386

closed

Index over sys_log event_pid for "order by page" in syslog view

Added by René about 13 years ago. Updated about 7 years ago.

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #29279: Add some index to sys_logClosed2011-08-26

Actions
Actions #1

Updated by Felix Kopp almost 11 years ago

  • Target version deleted (0)

sys_log brings a KEY to parent field (PID) in 6.2

Actions #2

Updated by Steffen Müller almost 11 years ago

I'd put this issue on hold, until we have decided about the future of sys_log and sys_history.

Actions #3

Updated by Mathias Schreiber over 9 years ago

  • Category changed from Database API (Doctrine DBAL) to Logging
  • Target version set to 7.4 (Backend)
Actions #4

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #5

Updated by Benni Mack over 8 years ago

  • Target version deleted (7.5)
Actions #6

Updated by Riccardo De Contardi about 7 years ago

  • Status changed from New to Closed

Seems already solved - if you experience the issue again then please reopen it or open a new issue with this one as reference. Thank you.

Actions

Also available in: Atom PDF