The only scalable delete in Postgres is DROP TABLE (opens in new tab) 聽馃悩PostgreSQL 聽Content type: Blog
Large DELETEs add work instead of reclaiming it. Structure your database so deletion becomes DROP TABLE or TRUNCATE.
Read the original articleLarge DELETEs add work instead of reclaiming it. Structure your database so deletion becomes DROP TABLE or TRUNCATE.
Read the original article