Re: index bloat question - Mailing list pgsql-general

From Scott Marlowe
Subject Re: index bloat question
Date
Msg-id CAOR=d=17Q_jYd75JXsLnWGb+w71Z6_rcMs2UE3W2YemM2B4XUA@mail.gmail.com
Whole thread Raw
In response to index bloat question  (Szymon Guz <mabewlun@gmail.com>)
Responses Re: index bloat question  (Rob Sargent <robjsargent@gmail.com>)
Re: index bloat question  (Szymon Guz <mabewlun@gmail.com>)
List 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 by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: 9.1 got really fast ;)
Next
From: Rob Sargent
Date:
Subject: Re: index bloat question