]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Database tables to cache expensive query data
authorEvan Prodromou <evan@status.net>
Mon, 3 May 2010 18:00:12 +0000 (14:00 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 1 Jun 2010 20:52:28 +0000 (13:52 -0700)
commit7d85b79814e7e91a88f23d7c7e752a0bcfc83ff4
tree924922af98267b04f243797dbf6fbbde7664f44a
parent3e349a71cad00f2f99ecccb73dce3805b4fcb41c
Database tables to cache expensive query data

We need to bundle counts of notices and users by date. This can be
expensive for large sites. So, new tables are added to cache the
results of these queries, which don't change after the date is over.
plugins/Sitemap/SitemapPlugin.php
plugins/Sitemap/Sitemap_notice_count.php [new file with mode: 0644]
plugins/Sitemap/Sitemap_user_count.php [new file with mode: 0644]