https://bugzilla.wikimedia.org/show_bug.cgi?id=16402
--- Comment #7 from Roan Kattouw <[EMAIL PROTECTED]> 2008-11-20 22:38:55 UTC --- (In reply to comment #6) > Right, I was thinking it might well be best to actually do multiple queries if > the DB won't do it cleanly on its own -- each one follows a clean index. Kind > of icky, but not hugely expensive... if people were going to load several > contribs pages anyway, we're doing the same queries. > Oh, of course, you're doing one query per user, so all the individual queries sort by timestamp with a range scan on timestamp. That'll work just fine of course. The only problems left IMO are that the queries in loops thing is ugly (Domas probably won't like it) and that you're requesting and processing way more DB rows than you're actually gonna use. -- 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 watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
