wiki.techinc.nl/includes/logging
Amir Sarabadani 97adaf585d logging: Add index hint when asking for a specific user
It seems optimizer can't pick the right index when the user has done
many log actions. See the ticket for more information.

There are two indexes for actor and they are not that different so even
the wrong pick is fine but to make it more performant, make sure you get
log_actor_type_time when you filter based on both actor and type.

Bug: T303089
Change-Id: Ie0e7b5cc3a245dc28157a0276f6cce62f90b797f
2022-05-24 11:40:12 +02:00
..
Hook Merge "Fix various documentation related to null types (part II)" 2022-03-09 22:42:42 +00:00
BlockLogFormatter.php logging: Use MainConfigNames constants 2022-04-22 20:01:27 +02:00
ContentModelLogFormatter.php
DatabaseLogEntry.php logging: Remove user_editcount from DatabaseLogEntry query info 2022-04-06 23:40:03 +02:00
DeleteLogFormatter.php
ImportLogFormatter.php
LegacyLogFormatter.php
LogEntry.php
LogEntryBase.php
LogEventsList.php logging: Use MainConfigNames constants 2022-04-22 20:01:27 +02:00
LogFormatter.php Fix many typos in comments 2022-05-10 12:46:11 +00:00
LogPage.php logging: Use MainConfigNames constants 2022-04-22 20:01:27 +02:00
LogPager.php logging: Add index hint when asking for a specific user 2022-05-24 11:40:12 +02:00
ManualLogEntry.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
MergeLogFormatter.php
MoveLogFormatter.php
NewUsersLogFormatter.php
PageLangLogFormatter.php
PatrolLog.php
PatrolLogFormatter.php
ProtectLogFormatter.php
RCDatabaseLogEntry.php logentry: Make use getUnknownActor visible in getPerformerIdentity 2022-03-30 17:26:49 +00:00
RightsLogFormatter.php Merge "logging: Use MainConfigNames constants" 2022-04-26 09:23:54 +00:00
TagLogFormatter.php
UploadLogFormatter.php
WikitextLogFormatter.php