Re: [PERFORM] Vacuum v/s Autovacuum

2007-01-18 Thread Shoaib Mir
You will need to properly tune the thresholds for VACUUM and ANALYZE in case of autovacuuming process, so that you do not need to increase the max_fsm_pages oftenly... - Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 1/18/07, Bill Moran <[EMAIL PROTECTED]> wrote: In response to

Re: [PERFORM] Vacuum v/s Autovacuum

2007-01-18 Thread Bill Moran
In response to "Gauri Kanekar" <[EMAIL PROTECTED]>: > On 1/18/07, Michael Glaesemann <[EMAIL PROTECTED]> wrote: > > > > On Jan 18, 2007, at 22:24 , Gauri Kanekar wrote: > > > > > is autovacuum similar to vacuum full analyse verbose. > > > > http://www.postgresql.org/docs/8.2/interactive/routine- >

Re: [PERFORM] Vacuum v/s Autovacuum

2007-01-18 Thread Gauri Kanekar
Hi Thanks. We have autovacuum ON , but still postgres server warns to increas max_fsm_pages value. Do autovacuum release space after it is over? so how can we tackle it. On 1/18/07, Michael Glaesemann <[EMAIL PROTECTED]> wrote: On Jan 18, 2007, at 22:24 , Gauri Kanekar wrote: > is auto

Re: [PERFORM] Vacuum v/s Autovacuum

2007-01-18 Thread Michael Glaesemann
On Jan 18, 2007, at 22:24 , Gauri Kanekar wrote: is autovacuum similar to vacuum full analyse verbose. http://www.postgresql.org/docs/8.2/interactive/routine- vacuuming.html#AUTOVACUUM Apparently, no FULL, no VERBOSE (which is only really useful if you want to see the results, not for ro

[PERFORM] Vacuum v/s Autovacuum

2007-01-18 Thread Gauri Kanekar
Hi List, Can anybody help me out with this - is autovacuum similar to vacuum full analyse verbose. -- Regards Gauri