Re: [GENERAL] index bloat problem

2007-03-09 Thread Tom Lane
Monika Cernikova <[EMAIL PROTECTED]> 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 = 40 That corresponds to about 3Gb, or a tenth the size of your DB. Not en

[GENERAL] index bloat problem

2007-03-09 Thread Monika Cernikova
I use Postgres 8.1 on linux I have several tables to which I need insert about 200-500 records per minute. Records contains timestamp (actual time), and this timestamp is part of primary key and index. I need to keep data for 1 month. I daily delete data older than 1 month and than run vacuum