Speed up dropping tables with many partitions.
Robert Haas <rhaas@postgresql.org>
Speed up dropping tables with many partitions. We need to lock the parent, but we don't need a relcache entry for it. Gao Zeng Qi, reviewed by Amit Langote Discussion: http://postgr.es/m/CAFmBtr0ukqJjRJEhPWL5wt4rNMrJUUxggVAGXPR3SyYh3E+HDQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/heap.c | modified | +6 −6 |
Discussion
- Dropping a partitioned table takes too long 12 messages · 2017-04-25 → 2017-04-28