Re: Free space mapping (was Re: Multi-Versions and Vacuum)
В списке pgsql-general по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: Free space mapping (was Re: Multi-Versions and Vacuum) |
| Дата | |
| Msg-id | 17393.1030507303@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Free space mapping (was Re: Multi-Versions and Vacuum) (Alvaro Herrera <alvherre@atentus.com>) |
| Список | pgsql-general |
Alvaro Herrera <alvherre@atentus.com> writes:
> Tom Lane <tgl@sss.pgh.pa.us> escribi�:
>> Eventually we need code to collapse out free space in indexes.
> Maybe when some lower limit is reached in two consecutive pages they
> should be merged?
Yup. The tricky part is to do this without causing problems for
concurrent readers of the index.
The Lehman-Yao paper that is the basis of our existing code explains how
readers can operate concurrently with splits of index pages. It doesn't
address doing page merges concurrently with reader scans. There are
newer papers in the literature that explain how to do that ... but no
one's gotten round to trying to implement it for Postgres.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера