wiki.techinc.nl/maintenance/archives/patch-image-user-index-2.sql
Matthias Mullie 792555fcee Add image.img_user, image.img_timestamp index
This will allow searching on user id instead of just the name.
This is how ContribsPager, LogPager, ... all work already.

Bug: T160415
Change-Id: I4db7bd0f917a428f40eb315246f89d49c7ae5b6a
2017-03-14 15:37:27 +01:00

1 line
77 B
SQL

CREATE INDEX /*i*/img_user_timestamp ON /*_*/image (img_user,img_timestamp);