We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d267916 commit 81ed857Copy full SHA for 81ed857
start.psql
@@ -17,7 +17,7 @@ select regexp_replace(version(), '^PostgreSQL (\d+\.\d+).*$', e'\\1')::numeric >
17
\echo ' 1 – Node Information: master/replica, lag, DB size, tmp files, etc'
18
\echo ' 2 – Table Size'
19
\echo ' 3 – Load Profile'
20
-\echo ' a1 – [EXPERIMENTAL] Alignmet Padding. How many bytes can be saved if columns are ordered better?'
+\echo ' a1 – [EXPERIMENTAL] Alignment Padding. How many bytes can be saved if columns are ordered better?'
21
\echo ' b1 – Tables Bloat, rough estimation'
22
\echo ' b2 – B-tree Indexes Bloat, rough estimation'
23
\echo ' b3 – Tables Bloat, more precise (requires pgstattuple extension; expensive)'
0 commit comments