Hacker News new | ask | show | jobs
by gnfargbl 626 days ago
The ever-useful postgres_dba tool (https://github.com/NikolayS/postgres_dba) can help with this. Install it, start psql, run :dba and choose option p1 to see how much table space you would save by reordering your columns.
1 comments

Thanks for mentioning!
Looked nice so I automatically did git clone && cd postgres_dba && make all install installcheck... and failed :D

Creatures of habit... any plans to make this an extension?

Thanks for the tool! It has helped me out of the mire more than once.