Just a couple of quick notes on the latest updates to pgsoltools (
OmniTI’s project for random postgres related tools).
Quickstats package added
The quickstats package collects transaction information (insert/update/delete) over time so that it can be queried against to determine transaction rates over time. Think of it as a poor mans alternative to real graphing solutions like
cacti or
reconnoiter.
Bug fix in table_growth package
table_growth is a simple set of schema/functions designed to generate monthly reports on. The current code fixes a bug where duplicate table entries would appear in the report.
More Information
You can grab updated code from our
svn repo, or visit the
pgsoltools project page for more info.