Re: SELECT * FROM table is too slow

Поиск
Список
Период
Сортировка
От Steinar H. Gunderson
Тема Re: SELECT * FROM table is too slow
Дата
Msg-id 20071216190347.GA28010@uio.no
обсуждение исходный текст
Ответ на SELECT * FROM table is too slow  (Adam PAPAI <wooh@wooh.hu>)
Список pgsql-performance
On Sun, Dec 16, 2007 at 07:34:45PM +0100, Adam PAPAI wrote:
> Why does it take cca 18-20 sec to get the results?
> Too many indexes?

You cannot possibly have VACUUMed in a long time. Try a VACUUM FULL, and then
schedule regular VACUUMs (or use autovacuum).

/* Steinar */
--
Homepage: http://www.sesse.net/

В списке pgsql-performance по дате отправления:

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