| От | Tom Lane |
|---|---|
| Тема | Re: Page at a time index scan |
| Дата | |
| Msg-id | 27275.1146856384@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: Page at a time index scan (Heikki Linnakangas <hlinnaka@iki.fi>) |
| Список | pgsql-patches |
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> The first solution that occurs to me is to force page splits to choose the
> target page so that it's blkno > the original page's blkno during vacuum.
I thought about that too, but don't like it for three reasons:
* it encourages index bloat, the more the longer the vacuum runs. Not
good, especially if you've got aggressive vacuum cost delay settings.
* there's a locking problem with respect to how you turn that behavior on.
* there's a failure mode where the behavior doesn't get turned off if
vacuum fails partway through.
regards, tom lane
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера