https://bugzilla.wikimedia.org/show_bug.cgi?id=43131
Daniel Zahn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Daniel Zahn <[email protected]> --- the patch as linked above just adds the DISTINCT keyword to a SELECT from the database on search. per https://bugzilla.mozilla.org/show_bug.cgi?id=818007 this improves search performance like this: --- David Lawrence [:dkl] 2012-12-04 14:07:59 PST Although not a massive improvement as others have reported, it does improve things somewhat on my test install of BMO 4.2 with DISTINCT: 1.89s 1.94s 1.89s ---- 1.90s average without DISTINCT: 2.07s 2.09s 2.10s ----- 2.08s average --- I added the DISTINCT in Bugzilla/Search.pm on kaulen. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
