Re: Unsplitting btree index leaf pages

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Unsplitting btree index leaf pages
Дата
Msg-id 20051222200320.GC23918@surnet.cl
обсуждение исходный текст
Ответ на Re: Unsplitting btree index leaf pages  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: Unsplitting btree index leaf pages  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Martijn van Oosterhout wrote:

> The downsides are probably that it's a pain to make it work
> concurrently and requires writing each index page at least twice. But
> it's a thought...

We already do something similar for page deletions.  Empty pages are not
deleted right away, but they are marked with BTP_DEAD, and then deleted
on a subsequent vacuum.  Or something like that, I don't remember the
exact details.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and DELETE?
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Automatic function replanning