bulk loading of bplus index tree

Поиск
Список
Период
Сортировка
От Surabhi Ahuja
Тема bulk loading of bplus index tree
Дата
Msg-id CE5C48E227F8ED4990FAC4332100ADC621B53B@EVS.iiitb.ac.in
обсуждение исходный текст
Ответы Re: bulk loading of bplus index tree  (Russell Smith <mr-russ@pws.com.au>)
Список pgsql-general

I have heard about "bulk loading algorithm" for indexes..
for eg. if u have values like 1, 2,3,4,5, etc...till a very large number.
in case of simple mechanism of indexing, the values will be inserted one by one for eg..1 then 2 and so on
however in bulk loading ..the mechanism of building the index (bplus)tree is quite diffreent and very fast ezpecially if u consider a very large number of values.

My question is : is this algorith implemented by postgreSQL. If yes please tell in what cases can i make use of it.

Thank You
Regards
Surabhi Ahuja

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: enable_sort optimization problem
Следующее
От: Russell Smith
Дата:
Сообщение: Re: bulk loading of bplus index tree