On Sun, Oct 16, 2011 at 2:41 PM, Szymon Guz <mabew...@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. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general