←back to thread

366 points virtualwhys | 1 comments | | HN request time: 0.201s | source
Show context
thr0w ◴[] No.41898232[source]
Don't agree with their characterization of `pg_repack`. `VACUUM FULL` is definitely crushing, but that's why repack exists as a faster/lighter alternative. Anyone have a different experience?
replies(2): >>41898486 #>>41899466 #
1. fovc ◴[] No.41899466[source]
The requirement for having two copies of the table simultaneously on systems that make it easy to add but not subtract storage. Otherwise pg_repack has worked really well.

We solved the 2x storage with partitions, but it feels like the tail wagging the dog