Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: [GENERAL] index bloat problem



Monika Cernikova <monika(at)microstep-mis(dot)com> writes:
> Can you help me how to stop index growing or reindex database if I CAN'T 
> STOP writing records?

I think you have max_fsm_pages set too small.

> max_fsm_pages = 400000          

That corresponds to about 3Gb, or a tenth the size of your DB.  Not enough.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group