Re: index bloat question

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: index bloat question
Дата
Msg-id CAOR=d=17Q_jYd75JXsLnWGb+w71Z6_rcMs2UE3W2YemM2B4XUA@mail.gmail.com
обсуждение исходный текст
Ответ на index bloat question  (Szymon Guz <mabewlun@gmail.com>)
Ответы Re: index bloat question
Re: index bloat question
Список pgsql-general
On Sun, Oct 16, 2011 at 2:41 PM, Szymon Guz <mabewlun@gmail.com> wrote:
> Hi,
> just a couple of questions:
> will there be an index bloat if I have:
> - a serial column and only add rows to the table?
> - a text column and I only add rows to the table?
> For the serial column the numbers are only incremented, for the text column
> I add random strings.

With no deletes or updates, the only bloat will be from a non 100% fill factor.

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: 9.1 got really fast ;)
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: index bloat question