Re: SELECT * FROM table is too slow - Mailing list pgsql-performance

From andrew@pillette.com
Subject Re: SELECT * FROM table is too slow
Date
Msg-id 200712162249.lBGMntO03918@pillette.com
Whole thread Raw
In response to SELECT * FROM table is too slow  (Adam PAPAI <wooh@wooh.hu>)
List pgsql-performance
Adam PAPAI <wooh@wooh.hu> wrote ..
> Hi pgsql-performance,
>
> I've a problem with the select * on a small table.
>

I can think of two possibilities for such incredibly slow performance.

One: your table has not been VACUUMed for a long time and is full of dead tuples. Try VACUUM FULL on it, or CLUSTER on
themost frequently used index. 

Two: did you accidentally put the database on your floppy drive?

pgsql-performance by date:

Previous
From: James Mansion
Date:
Subject: Re: libgcc double-free, backend won't die
Next
From: Bruce Momjian
Date:
Subject: Re: libgcc double-free, backend won't die