summaryrefslogtreecommitdiff
path: root/www/wiki/maintenance/archives/patch-recentchanges-nttindex.sql
blob: 11794e80e6c93b22ae7d4298e652ee35a279ed59 (plain)
1
2
3
4
5
6
7
8
9
10
11
--
-- patch-recentchanges-nttindex.sql
--
-- Per task T57377
--
-- Improve performance API queries to ask for a certain pages
--


DROP INDEX /*i*/rc_namespace_title ON /*_*/recentchanges;
CREATE INDEX /*i*/rc_namespace_title_timestamp ON /*_*/recentchanges (rc_namespace, rc_title, rc_timestamp);