R: R: slow seqscan after vacuum analize - Mailing list pgsql-admin

From Edoardo Ceccarelli
Subject R: R: slow seqscan after vacuum analize
Date
Msg-id 2s28b9$kqljc@mailr-1.tiscali.it
Whole thread Raw
In response to Re: R: slow seqscan after vacuum analize  (Sam Barnett-Cormack <s.barnett-cormack@lancaster.ac.uk>)
List pgsql-admin
> ----------------------------------------------------------------------
> > ----------------
> > --------------------
> >  Seq Scan on utente  (cost=0.00..92174.50 rows=3 width=724) (actual
> > time=705.41..6458.19 rows=15 loops=1)
> >    Filter: (luogorilasciodoc = 'ciao'::bpchar)  Total
> runtime: 6458.29
> > msec
> > (3 rows
> >
> > Things are worst only for seqscan, when it uses indexscan
> timing is good.
>
> Only thing I can think of is if storage method had been
> changed. Not sure if that would even affect it, or if it
> could do that by itself.
> Just brainstorming.
>

Do you know how can I check if the storage method has changed?
I was thinking that the priority target of a vacuum operation is to reclaim disk space
- this might imply that the performance are worst for a seqscan - maybe it's normal.
Anyway, I am doing a VACUUM FULL ANALYZE right now to see if things get better.

Thanks for you hints
Edoardo


pgsql-admin by date:

Previous
From: Sam Barnett-Cormack
Date:
Subject: Re: R: slow seqscan after vacuum analize
Next
From: "David F. Skoll"
Date:
Subject: Re: R: slow seqscan after vacuum analize