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 8F4C99C66D04D4118F580090272A7A23018D0F@SECTORBASE1
обсуждение исходный текст
Ответ на pgsql is 75 times faster with my new index scan  (devik@cdi.cz)
Список pgsql-hackers
> > Indice's TIDs are transient.
> > Isn't it useless to store indice's TIDs ?
> 
> but yes Hiroshi is right. Index TID is transient. I first looked
> into pg sources two weeks ago so I have still holes in my knowledge.
> So that only solution is to traverse it ..

It was discussed several times for btree - add heap tid to index key and
you'll
scan index for particulare tuple much faster.
Not sure what could be done for hash indices... order hash items with the
same hash key?

Vadim


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

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: pgsql is 75 times faster with my new index scan
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Damn, pg_proc index corrupted, can't find anythign on REINDEX ...