Re: GIN improvements

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: GIN improvements
Дата
Msg-id 485801AA.1000105@sigaev.ru
обсуждение исходный текст
Ответ на GIN improvements  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: GIN improvements
Список pgsql-patches
> 1) multicolumn GIN
> Unlike other indexes, the performance of search
> doesn't depends on what column of index (first, last, any subset) is
> used in search clause. This property can be used in gincostestimate, but
> I haven't looked on it yet.

After some playing I didn't find any mentions in *costestimate function about
difference of cost estimation between first and any other columns in clauses,
so, IMHO, issue above isn't an issue. :)

So, I didn't see any comments/objections and I intend to commit this patch for
next two days and synchronize 'fast insert into GIN' patch with CVS.

Objections?

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Simplify formatting.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: GIN improvements