Re: Fractal tree indexing

Поиск
Список
Период
Сортировка
От Daniel Farina
Тема Re: Fractal tree indexing
Дата
Msg-id CAAZKuFYMcOsCFH_+im=dCx1xP8e4heyaGQk-v_JFbEL_0Ly9MQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Fractal tree indexing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Feb 13, 2013 at 8:20 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 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?

The name in the literature is "Cache Oblivious Lookahead Array", aka
COLA.  The authors also are founders of TokuTek, and seemed to have
take pains to ring-fence mentions of the algorithm with reference to
its patent.

Well, at least nobody can blame them for submarine patent action.

-- 
fdr



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: 9.2.3 crashes during archive recovery
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 9.2.3 crashes during archive recovery