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

Поиск
Список
Период
Сортировка
От devik@cdi.cz
Тема Re: pgsql is 75 times faster with my new index scan
Дата
Msg-id 39D1BEDC.71864914@cdi.cz
обсуждение исходный текст
Ответ на RE: pgsql is 75 times faster with my new index scan  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
Список pgsql-hackers
> What is *true* CLUSTER ?
> 
> 'grep CLUSTER' over the latest SQL standards gives back nothing.

storing data in b-tree instead of heap for example.

> > And update *entire* heap after addition new index?!
> 
> I guess that this should be done even for limited number of
> indices' TIDs in a heap tuple ?

yep - the idea was throwed away already.


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

Предыдущее
От: devik@cdi.cz
Дата:
Сообщение: Re: pgsql is 75 times faster with my new index scan
Следующее
От: Philip Warner
Дата:
Сообщение: Change of behaviour of pg_get_userbyid & pg_get_viewdef - do it?