[ADMIN] max_fsm_relations

2009-11-04 Thread Anj Adu
Is there a way to find out "which of the 1000 relations" that msx_fsm will be kept track for. (I am using the default..and vacuumdb suggested increasing max_fsm_relations) -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql

Re: [ADMIN] max_fsm_relations

2008-12-01 Thread Adam Radłowski
Now I got full information. Big thanks. Adam Alvaro Herrera pisze: Adam Radłowski wrote: So, are You suggesting, that at the time of full database vacuuming, some of tables are not vacuumed, when "max_fsm_relations" is to small ? No. They will all be vacuumed. The difference is that the sp

Re: [ADMIN] max_fsm_relations

2008-12-01 Thread Alvaro Herrera
Adam Radłowski wrote: > So, are You suggesting, that at the time of full database vacuuming, > some of tables are not vacuumed, when "max_fsm_relations" is to small ? No. They will all be vacuumed. The difference is that the space reclaimed by vacuum will not be reused unless it is recorded by

Re: [ADMIN] max_fsm_relations

2008-11-30 Thread Adam Radłowski
So, are You suggesting, that at the time of full database vacuuming, some of tables are not vacuumed, when "max_fsm_relations" is to small ? Thanks for Your fast answer. Adam Tom Lane pisze: =?ISO-8859-2?Q?Adam_Rad=B3owski?= <[EMAIL PROTECTED]> writes: PostgreSQL 8.1.3 (windows), 8.1.9 - 8.1.1

Re: [ADMIN] max_fsm_relations

2008-11-30 Thread Tom Lane
=?ISO-8859-2?Q?Adam_Rad=B3owski?= <[EMAIL PROTECTED]> writes: > PostgreSQL 8.1.3 (windows), 8.1.9 - 8.1.10 (linux). > I have databases, what are vacuumed using cron very regularry (vacuumdb > -a -f ...) and I know when should do this. Automatic vacuuming is off. > There are thousands of tables in

[ADMIN] max_fsm_relations

2008-11-29 Thread Adam Radłowski
PostgreSQL 8.1.3 (windows), 8.1.9 - 8.1.10 (linux). I have databases, what are vacuumed using cron very regularry (vacuumdb -a -f ...) and I know when should do this. Automatic vacuuming is off. There are thousands of tables in one cluster (for ex. 1). If I do vacuuming manually, I can see

Re: [ADMIN] max_fsm_relations

2005-01-06 Thread Jaime Casanova
--- Pallav Kalva <[EMAIL PROTECTED]> escribió: > Hi Everybody, > > I want to set max_fsm_relations parameter in > the postgres.conf file > is there any way to find out the count of all the > tables and indexes in all the databases without > running any vacuum > verbose commands ? > maybe

[ADMIN] max_fsm_relations

2005-01-04 Thread Pallav Kalva
Hi Everybody, I want to set max_fsm_relations parameter in the postgres.conf file is there any way to find out the count of all the tables and indexes in all the databases without running any vacuum verbose commands ? Thanks! Pallav ---(end of broadcast)--