]> git.xonotic.org Git - xonotic/xonstatdb.git/commit
Add support for summary statistics.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 15 Dec 2012 14:44:06 +0000 (09:44 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 15 Dec 2012 14:44:06 +0000 (09:44 -0500)
commit6442f8af710f3ab589f5f860d3da4a61fef29ed5
tree546fb3f82cd84a3937db0bcdd54c718d484befdd
parent90ba061273109a33034eed715d34bf6a1a657eba
Add support for summary statistics.

The summary statistics table is very small, and is intended
to be populated via cron to avoid any lag in the actual webapp
when scanning all of the rows in players, games, and servers.
Even caching such a query would yield bad performance during
invalidation, so I've opted to make this table be populated with
an offline script similar to the one for ranks.
tables/summary_stats.tab [new file with mode: 0755]