Skip to content

v0.7

Latest
Compare
Choose a tag to compare
@vyruss vyruss released this 21 Jul 23:16
· 3 commits to master since this release

v0.7

Feature release

  • Huge update: Implement pandas resampling for unlimited data analysis — downsample thousands, potentially millions of snapshots (default: to 100 plot points, mean value)
  • Add I/O stats from pg_stat_io (new in PostgreSQL 16)
  • Update for upcoming PostgreSQL 17 release (pg_stat_bgwriter is broken up!)
  • Switch conf table JSONB from "setting": "blah", "value": "1" to "blah": "1" to use approximately half the data on disk

Maintenance

  • Switch to using psycopg version 3
  • Move block_size to db table where it belongs
  • Bump argh