Re: Nasty btree deletion bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Nasty btree deletion bug
Дата
Msg-id 21980.1161881954@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Nasty btree deletion bug  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-hackers
"Heikki Linnakangas" <heikki@enterprisedb.com> writes:
> What does the original research paper by Lanin & Shasha say about this? 

Nothing very useful.  The connection of our code to that paper is
actually a bit tenuous: their approach to deletion is to make the target
page's key space move left not right.  That doesn't work real nicely in
my opinion (for one thing, you have to replace the left sibling's high
key, which is problematic for variable-size keys).
        regards, tom lane


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

Предыдущее
От: Richard Troy
Дата:
Сообщение: Re: Replication documentation addition
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Nasty btree deletion bug