Re: index bloat

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: index bloat
Дата
Msg-id 7617.1120794769@sss.pgh.pa.us
обсуждение исходный текст
Ответ на index bloat  ("David Esposito" <pgsql-general@esposito.newnetco.com>)
Ответы Re: index bloat  ("David Esposito" <pgsql-general@esposito.newnetco.com>)
Список pgsql-general
"David Esposito" <pgsql-general@esposito.newnetco.com> writes:
> Size of "problem" table: 6 million rows
> Ballpark guess on INSERT/UPDATE/DELETE queries on this table: over 1
> million/day
> ...
> I do a nightly VACUUM (not VACUUM FULL)

Given those parameters, you should expect a "slack" proportion of about
1/6th of the table.  Many of the indexes you show seem to be in that
ballpark --- do you have any idea what's different about the two that
are not?

            regards, tom lane

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

Предыдущее
От: Paul McGarry
Дата:
Сообщение: Re: Joins with aggregate data
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Joins with aggregate data