Re: SELECT * FROM table is too slow

Поиск
Список
Период
Сортировка
От andrew@pillette.com
Тема Re: SELECT * FROM table is too slow
Дата
Msg-id 200712162249.lBGMntO03918@pillette.com
обсуждение исходный текст
Ответ на SELECT * FROM table is too slow  (Adam PAPAI <wooh@wooh.hu>)
Список 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 по дате отправления:

Предыдущее
От: James Mansion
Дата:
Сообщение: Re: libgcc double-free, backend won't die
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: libgcc double-free, backend won't die