https://bugzilla.wikimedia.org/show_bug.cgi?id=60740
Bawolff (Brian Wolff) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Bawolff (Brian Wolff) <[email protected]> --- Potential work around: *estimate with EXPLAIN *if estimate < 5000 do real query (5000 pulled out of my hat) *otherwise round the estimate (since explain only rough order of magnitude, 512374 implies non existent precision), and output something like "roughly 510,000" Possibly something similar should be done for other queries which could potentially scan millions of rows in an edge case. -- 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
