Re: [PERFORM] n00b autovacuum question

2006-03-19 Thread Antoine
On 19/03/06, Andreas Pflug <[EMAIL PROTECTED]> wrote: > Antoine wrote: > > On 18/03/06, Andreas Pflug <[EMAIL PROTECTED]> wrote: > > > >>Antoine wrote: > >> > >>>Hi, > >>>I have enabled the autovacuum daemon, but occasionally still get a > >>>message telling me I need to run vacuum when I access a

Re: [PERFORM] n00b autovacuum question

2006-03-19 Thread Andreas Pflug
Antoine wrote: On 18/03/06, Andreas Pflug <[EMAIL PROTECTED]> wrote: Antoine wrote: Hi, I have enabled the autovacuum daemon, but occasionally still get a message telling me I need to run vacuum when I access a table in pgadmin. Bring up the postgresql.conf editor on that server, and watch

Re: [PERFORM] n00b autovacuum question

2006-03-19 Thread Antoine
On 18/03/06, Andreas Pflug <[EMAIL PROTECTED]> wrote: > Antoine wrote: > > Hi, > > I have enabled the autovacuum daemon, but occasionally still get a > > message telling me I need to run vacuum when I access a table in > > pgadmin. > > pgAdmin notices a discrepancy between real rowcount and estimat

Re: [PERFORM] n00b autovacuum question

2006-03-18 Thread Andreas Pflug
Antoine wrote: Hi, I have enabled the autovacuum daemon, but occasionally still get a message telling me I need to run vacuum when I access a table in pgadmin. pgAdmin notices a discrepancy between real rowcount and estimated rowcount and thus suggests to run vacuum/analyze; it won't examine

Re: [PERFORM] n00b autovacuum question

2006-03-18 Thread Matthew T. O'Connor
More detail please. It sounds like you running 8.1 and talking about the integrated autovacuum is that correct? Also, what is the message specifically from pgadmin? Matt Antoine wrote: Hi, I have enabled the autovacuum daemon, but occasionally still get a message telling me I need to run vac