]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Performance fix for FriendFeed sup interface: MySQL query optimizer was doing a table...
authorBrion Vibber <brion@pobox.com>
Sun, 21 Feb 2010 23:21:18 +0000 (15:21 -0800)
committerBrion Vibber <brion@pobox.com>
Sun, 21 Feb 2010 23:21:18 +0000 (15:21 -0800)
commitf6ebe815382a61574df5f9452ee9a0ea4ae38f0c
tree508fe7eea757ef3821118fb88e25a1f03e554acd
parent5253a99d7abb27f7b17d6fdbc725498fbedd0aaa
Performance fix for FriendFeed sup interface: MySQL query optimizer was doing a table scan on notice; explicit subquery makes it run much more efficiently, only scanning items within the period under consideration. Standard subquery should be PostgreSQL-compatible.
actions/sup.php