Re: Fractal tree indexing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fractal tree indexing
Дата
Msg-id 19381.1360772426@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fractal tree indexing  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Ответы Re: Fractal tree indexing  (Andrew Dunstan <andrew@dunslane.net>)
Re: Fractal tree indexing  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Re: Fractal tree indexing  (Daniel Farina <daniel@heroku.com>)
Список pgsql-hackers
Heikki Linnakangas <hlinnakangas@vmware.com> writes:
> The basic idea of a fractal tree index is to attach a buffer to every 
> non-leaf page. On insertion, instead of descending all the way down to 
> the correct leaf page, the new tuple is put on the buffer at the root 
> page. When that buffer fills up, all the tuples in the buffer are 
> cascaded down to the buffers on the next level pages. And recursively, 
> whenever a buffer fills up at any level, it's flushed to the next level. 

[ scratches head... ]  What's "fractal" about that?  Or is that just a
content-free marketing name for this technique?
        regards, tom lane



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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: Fractal tree indexing
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: JSON Function Bike Shedding