slow seqscan after vacuum analize - Mailing list pgsql-admin

From eddy@axa.it (Edoardo)
Subject slow seqscan after vacuum analize
Date
Msg-id 14f102db.0402041324.30033235@posting.google.com
Whole thread Raw
List pgsql-admin
I have a simple query that scans each record, like this: select * from
utente where luogorilasciodoc='ciao'
The execution time BEFORE vacuum is: 1203ms The execution time AFTER
vacuum is: 6656ms !!!
What is going on? Thought that one vaccum the db to get better
performance!

PostgreSQL Ver. 7.3.4 on linux

Thank you
Edoardo

pgsql-admin by date:

Previous
From: "Edoardo Ceccarelli"
Date:
Subject: slow seqscan after vacuum analize
Next
From: "scott.marlowe"
Date:
Subject: Re: slow seqscan after vacuum analize