gincostestimate

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема gincostestimate
Дата
Msg-id 4C2DDC9B.1060908@sigaev.ru
обсуждение исходный текст
Ответы Re: gincostestimate  (Jan Urbański <wulczer@wulczer.org>)
Список pgsql-hackers
Patch implements much more accuracy estimation of cost for GIN index scan than
generic cost estimation function. Basic idea is described on PGCon-2010:
http://www.sai.msu.su/~megera/postgres/talks/pgcon-2010-1.pdf, pages 48-54.

After discussion on PGCon, the storage of additional statistic information has
been changed from pg_class table to meta-page of index. Statistics data is
cached in Relation->rd_amcache to prevent frequent read of meta-page.

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

Вложения

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

Предыдущее
От: uwcssa
Дата:
Сообщение: hello
Следующее
От: Mike Fowler
Дата:
Сообщение: Re: Issue: Deprecation of the XML2 module 'xml_is_well_formed' function