RE: pgsql is 75 times faster with my new index scan

Поиск
Список
Период
Сортировка
От Mikheev, Vadim
Тема RE: pgsql is 75 times faster with my new index scan
Дата
Msg-id 8F4C99C66D04D4118F580090272A7A23018D0D@SECTORBASE1
обсуждение исходный текст
Ответ на pgsql is 75 times faster with my new index scan  (devik@cdi.cz)
Список pgsql-hackers
> > The last step could be done in two ways. First by limiting
> > number of indices for one table we can store coresponding
> > indices' TIDs in each heap tuple. The update is then simple
> > taking one disk write.
> 
> Why limit it ? One could just save an tid array in each tuple .

And update *entire* heap after addition new index?!

Vadim


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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: [BUGS] 7.0.2 source rpm failed to compile
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: pgsql is 75 times faster with my new index scan