GIN improvements part 1: additional information

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема GIN improvements part 1: additional information
Дата
Msg-id CAPpHfduxv-iL7aedwPW0W5fXrWGAKfxijWM63_hZujaCRxnmFQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: GIN improvements part 1: additional information  (Alexander Korotkov <aekorotkov@gmail.com>)
Список pgsql-hackers
Hackers,

Revised version of patch for additional information storage in GIN is attached. Changes are mostly bug fixes. 

Resemble GIN interface changes that this patch introduce.
Patch modifies GIN interface as following:
1) Two arguments are added to extractValue
Datum **addInfo, bool **addInfoIsNull
2) Two arguments are added to consistent
Datum addInfo[], bool addInfoIsNull[]
3) New method config is introduced which returns datatype oid of addtional information (analogy with SP-GiST config method).

Additionally there is another patch which demonstrates benefits from additional information storage itself (because it don't accelerate tsearch itselt). It comes in separate thread.

------
With best regards,
Alexander Korotkov.
Вложения

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Clean switchover
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Index on regexes