Created
January 14, 2026 21:17
-
-
Save mdcallag/9b1cb3e8af1affbe3d4a2e9ae51df1c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Results from pg_stat_all_tables from Postgres 18.1 | |
| --- after the delete test | |
| relid | 16740 | |
| schemaname | public | |
| relname | sbtest5 | |
| seq_scan | 27 | |
| last_seq_scan | 2025-12-30 12:58:16.570734+00 | |
| seq_tup_read | 6500000000 | |
| idx_scan | 1693035489 | |
| last_idx_scan | 2025-12-30 17:07:06.639419+00 | |
| idx_tup_fetch | 6141693215 | |
| n_tup_ins | 250658757 | |
| n_tup_upd | 32057930 | |
| n_tup_del | 6533282 | |
| n_tup_hot_upd | 24659007 | |
| n_tup_newpage_upd | 6110690 | |
| n_live_tup | 244143091 | |
| n_dead_tup | 5874525 | |
| n_mod_since_analyze | 5874525 | |
| n_ins_since_vacuum | 0 | |
| last_vacuum | 2025-12-30 12:40:54.258554+00 | |
| last_autovacuum | 2025-12-30 12:27:37.272457+00 | |
| last_analyze | 2025-12-30 12:40:55.175775+00 | |
| last_autoanalyze | 2025-12-30 11:18:53.909844+00 | |
| vacuum_count | 2 | |
| autovacuum_count | 56 | |
| analyze_count | 2 | |
| autoanalyze_count | 34 | |
| total_vacuum_time | 799940 | |
| total_autovacuum_time | 4069139 | |
| total_analyze_time | 2033 | |
| total_autoanalyze_time | 12358 | |
| --- after the insert test | |
| relid | 16740 | |
| schemaname | public | |
| relname | sbtest5 | |
| seq_scan | 27 | |
| last_seq_scan | 2025-12-30 12:58:16.570734+00 | |
| seq_tup_read | 6500000000 | |
| idx_scan | 1693035489 | |
| last_idx_scan | 2025-12-30 17:07:06.639419+00 | |
| idx_tup_fetch | 6141693215 | |
| n_tup_ins | 253850035 | |
| n_tup_upd | 32057930 | |
| n_tup_del | 6533282 | |
| n_tup_hot_upd | 24659007 | |
| n_tup_newpage_upd | 6110690 | |
| n_live_tup | 247334369 | |
| n_dead_tup | 5874525 | |
| n_mod_since_analyze | 9065803 | |
| n_ins_since_vacuum | 3191278 | |
| last_vacuum | 2025-12-30 12:40:54.258554+00 | |
| last_autovacuum | 2025-12-30 12:27:37.272457+00 | |
| last_analyze | 2025-12-30 12:40:55.175775+00 | |
| last_autoanalyze | 2025-12-30 11:18:53.909844+00 | |
| vacuum_count | 2 | |
| autovacuum_count | 56 | |
| analyze_count | 2 | |
| autoanalyze_count | 34 | |
| total_vacuum_time | 799940 | |
| total_autovacuum_time | 4069139 | |
| total_analyze_time | 2033 | |
| total_autoanalyze_time | 12358 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment