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 39D3330A.6B7A8954@cdi.cz
обсуждение исходный текст
Ответ на RE: pgsql is 75 times faster with my new index scan  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
Список pgsql-hackers
> > question is whether we need it for hash indices. it is definitely
> > good for btree as they support range retrieval. hash ind. doesn't
> > it so I wouldn't implement it for them.
> 
> We need in fast heap tuple --> index tuple lookup for overwriting
> storage manager anyway...
oh .. there will be such one ?




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Reimplementing permission checks for rules
Следующее
От: devik@cdi.cz
Дата:
Сообщение: Re: pgsql is 75 times faster with my new index scan