From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Monika Cernikova <monika(at)microstep-mis(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: [GENERAL] index bloat problem |
Date: | 2007-03-10 05:27:06 |
Message-ID: | 7760.1173504426@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Rajesh Kumar Mallah | 2007-03-11 02:44:38 | Re: pg_dump and pg_dumpall is hanging |
Previous Message | Tom Lane | 2007-03-09 23:29:21 | Re: problem upgrading from 8.1.6 to 8.1.8 --- relation <tablename> does not exist |
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Bartunov | 2007-03-10 05:32:34 | Re: Tsearch2 / Create rule on select |
Previous Message | Oleg Bartunov | 2007-03-10 05:26:32 | Re: Is This A Set Based Solution? |