Re: Hash indexes and effective_cache_size in CREATE INDEX documentation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hash indexes and effective_cache_size in CREATE INDEX documentation
Дата
Msg-id 21293.1469981930@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Hash indexes and effective_cache_size in CREATE INDEX documentation  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: Hash indexes and effective_cache_size in CREATE INDEX documentation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Peter Geoghegan <pg@heroku.com> writes:
> The CREATE INDEX documentation states:
> "For hash indexes, the value of effective_cache_size is also relevant
> to index creation time: PostgreSQL will use one of two different hash
> index creation methods depending on whether the estimated index size
> is more or less than effective_cache_size.

Oooh.  That should've been changed by 4adc2f72, and then again in
9563d5b5.  Will fix.
        regards, tom lane



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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Combining hash values