Get the latest tech news
The only scalable delete in Postgres is DROP TABLE
Large DELETEs add work instead of reclaiming it. Structure your database so deletion becomes DROP TABLE or TRUNCATE.
None
Or read this on Hacker NewsGet the latest tech news
Large DELETEs add work instead of reclaiming it. Structure your database so deletion becomes DROP TABLE or TRUNCATE.
None
Or read this on Hacker NewsRead more on:
Related news: