]> git.wh0rd.org - tt-rss.git/commit
Performance breakthrough
authorGregThib <GregThib@users.noreply.github.com>
Mon, 13 Jul 2015 10:03:50 +0000 (12:03 +0200)
committerGregThib <GregThib@users.noreply.github.com>
Mon, 13 Jul 2015 10:03:50 +0000 (12:03 +0200)
commitc2916856541ed82b2f11b5f3ff29b1e4f5cd6b3e
tree71029a3639d3454497c28df39fcaefb568fa7e37
parentf45b67c53e3db1f567c8038be8451218ed18ee85
Performance breakthrough

Improvement in the Purge method for huge performance increase.
"WHERE ref_id IS NOT NULL" is needed by pgsql, not necessarily by mysql.
This is a more standard way to make deletions based on propagation (from ttrss_user_entries) with 1-to-N relations.
include/functions.php