Re: PATCH: optimized DROP of multiple tables within a transaction
В списке pgsql-hackers по дате отправления:
| От | Craig Ringer |
|---|---|
| Тема | Re: PATCH: optimized DROP of multiple tables within a transaction |
| Дата | |
| Msg-id | 50F8A5A3.4090809@2ndQuadrant.com обсуждение исходный текст |
| Ответ на | Re: PATCH: optimized DROP of multiple tables within a transaction (Alvaro Herrera <alvherre@2ndquadrant.com>) |
| Список | pgsql-hackers |
Commit ref isTomas Vondra wrote:Hi, attached is a patch that improves performance when dropping multiple tables within a transaction. Instead of scanning the shared buffers for each table separately, the patch removes this and evicts all the tables in a single pass through shared buffers.Made some tweaks and pushed (added comments to new functions, ensure that we never try to palloc(0), renamed DropRelFileNodeAllBuffers to plural, made the "use bsearch" logic a bit simpler).
-- Craig Ringer http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера