Re: Extreme bloating of intarray GiST indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extreme bloating of intarray GiST indexes
Дата
Msg-id 14170.1304531105@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Extreme bloating of intarray GiST indexes  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> (c) we *think* that other columns of the table, including other indexed
> columns, are changed much more frequently than the intarray column is.
> Currently doing analysis on that.

Yeah, I noticed that your statistics for the table showed far more
updates than insertions or deletions.  If the intarray itself didn't
change often, that would result in lots of duplicate entries being made
in the index.  They'd get cleaned by vacuum eventually, but maybe not
fast enough to avoid the one-live-tuple-per-page syndrome that Alexander
was speculating about.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: VARIANT / ANYTYPE datatype
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Unfriendly handling of pg_hba SSL options with SSL off