https://bugzilla.wikimedia.org/show_bug.cgi?id=25931
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Roan Kattouw <[email protected]> 2011-03-23 15:19:04 UTC --- The worst case scenario I could think of was: mysql> select page_title, page_namespace FROM page JOIN categorylinks ON (page_id=cl_from) AND cl_to='Living_people' and page_random>=0.999 limit 1; 1 row in set (0.15 sec) That's not very fast, but it's much faster than I feared it would be. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
