The only scalable delete in Postgres is DROP TABLE

24 points by typesanitizer


fazalmajid

I modified pg_repack to both debloat and delete rows in a table. Works fine on 100GB+ tables.

https://github.com/reorg/pg_repack/issues/279