https://bugzilla.wikimedia.org/show_bug.cgi?id=57176
Umherirrender <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Umherirrender <[email protected]> --- Can you count how often the LIKE will match? SELECT COUNT(*) FROM externallinks WHERE el_index LIKE 'http://gov.nih.nlm.ncbi.%' When the result is a number over the offset, it is okay, when someone is getting all external link usages for this url. A primiary key was added to externallinks table with gerrit 51675 which allows changing the pagination method of the api and [[Special:LinkSearch]] (bug 45237). Maybe it can allow descending order on that table (bug 32386, bug 32401) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
