Skip to content

More reports!

Pre-release
Pre-release
Compare
Choose a tag to compare
@NikolayS NikolayS released this 17 Mar 22:56
· 136 commits to master since this release
7e4052b

screen shot 2018-03-17 at 15 47 27

New reports:

  • (report 2) Load Profile, show how many tuples where selected/inserted/updated/deleted in each table, and also aggregated for each tablespace and in total. Additionally, shows sequential scan ratio and HOT-updates ratio;
  • (report 3) Activity: shows counters for each database-username pair, and also aggregated values for each DB user and in total;
  • (report p1) Alignment Padding (experimental) shows opportunities to optimize table – detects "gaps" between fields in each record and suggests column reordering;

Modifications:

  • report 2 "Table Sizes" now shows also tablespace-related information;
  • menu was slightly redesigned.

Fixes:

  • report 1 "Node Information" now works with Postgres 10.