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.
摘要按规则整理自下方来源原文
Large DELETEs add work instead of reclaiming it. Structure your database so deletion becomes DROP TABLE or TRUNCATE.
摘要按规则整理自下方来源原文