Skip to content

Instantly share code, notes, and snippets.

@skehlet
Created May 6, 2015 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skehlet/592b00c1e4b381c83099 to your computer and use it in GitHub Desktop.
Save skehlet/592b00c1e4b381c83099 to your computer and use it in GitHub Desktop.
schema | table | rowcount | dead_rowcount | autovacuum_threshold | expect_autovacuum | relfrozenxid_age | autovacuum_freeze_table_age | next_autovacuum_will_be_a_freeze | autovacuum_freeze_max_age | % til forced vacuum freeze
---------+---------+----------------+----------------+----------------------+-------------------+------------------+-----------------------------+----------------------------------+---------------------------+----------------------------
public | table01 | 1,336,112,512 | 4,641,856 | 267,222,552 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table02 | 777,657,088 | 20,662,775 | 155,531,468 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table03 | 642,018,368 | 9 | 128,403,724 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table04 | 489,602,784 | 32,886 | 97,920,607 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table05 | 465,591,776 | 4,619,450 | 93,118,405 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table06 | 380,054,784 | 11,055 | 76,011,007 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table07 | 347,281,984 | 1,982,886 | 69,456,447 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table08 | 347,139,232 | 114,813 | 69,427,896 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table09 | 324,302,368 | 16,129,645 | 64,860,524 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table10 | 255,524,688 | 12,465 | 51,104,988 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table11 | 103,165,848 | 3,049,271 | 20,633,220 | | 94760615 | 1.5e+08 | | 2e+08 | 47.4%
public | table12 | 95,764,624 | 139,427 | 19,152,975 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table13 | 93,108,872 | 12,173 | 18,621,824 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table14 | 85,410,080 | 999,253 | 17,082,066 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table15 | 70,429,216 | 519,616 | 14,085,893 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
sync | table16 | 65,177,248 | 2,221,801 | 13,035,500 | | 94760615 | 1.5e+08 | | 2e+08 | 47.4%
public | table17 | 61,939,588 | 2,285,372 | 12,387,968 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table18 | 55,512,884 | 495,713 | 11,102,627 | | 94760615 | 1.5e+08 | | 2e+08 | 47.4%
public | table19 | 53,857,812 | 2,019,776 | 10,771,612 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
staging | table20 | 50,252,248 | 0 | 10,050,500 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
staging | table21 | 48,133,584 | 0 | 9,626,767 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
staging | table22 | 48,132,656 | 0 | 9,626,581 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
staging | table23 | 48,131,516 | 0 | 9,626,353 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table24 | 46,342,400 | 293,237 | 9,268,530 | | 165311956 | 1.5e+08 | yes | 2e+08 | 82.7%
public | table25 | 36,914,664 | 1,727,152 | 7,382,983 | | 94760615 | 1.5e+08 | | 2e+08 | 47.4%
(25 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment