https://bugzilla.wikimedia.org/show_bug.cgi?id=36283
Reha Sterbin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Reha Sterbin <[email protected]> 2012-05-09 22:56:26 UTC --- Just discussed grayed-out link with Roan. The join of the logging table on fetch is going to cause major issues, because there's no way to get it for the central feedback log without using a LIKE (very slow) or doing one query per set of feedback associated with a particular article appearing in the same page of feedback (up to 51 queries per fetch; still quite slow, but not quite as slow as the LIKE). We can't remove the article title from the log (and fix the above issue) without losing some nice features, like filtering by any feedback for Barack_Obama. The best option at this point is to drop the join on the logging table and have regular links for now. After tomorrow's deployment, we can add a new column to the feedback table to keep track of the activity count, which we can use to activate/deactivate the link without joining at all. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
