Re: Need input on postgres used for phpBB

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Need input on postgres used for phpBB
Дата
Msg-id 20572.1116945180@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Need input on postgres used for phpBB  (Jerome Macaranas <jerome@gmanmi.tv>)
Ответы Re: Need input on postgres used for phpBB
Список pgsql-general
Jerome Macaranas <jerome@gmanmi.tv> writes:
> LOG:  query: SELECT * FROM phpbb_smilies
> LOG:  duration: 0.005410 sec
> LOG:  duration: 390.731807 sec
> -- this table has only 295 rows

I think this is an artifact of your lack-of-vacuuming problems;
the table has become hugely bloated and it takes a long time to
scan through it to find the few live rows.  You'll need to do
a VACUUM FULL (or possibly CLUSTER) to shrink the table back
to a reasonable size.

            regards, tom lane

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

Предыдущее
От: James Croft
Дата:
Сообщение: Re: PostgreSQL release schedule
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Performance question