Re: PostgreSQL performance issues

Поиск
Список
Период
Сортировка
От Codelogic
Тема Re: PostgreSQL performance issues
Дата
Msg-id 1156896996.21893.85.camel@santafe
обсуждение исходный текст
Ответ на PostgreSQL performance issues  (Willo van der Merwe <willo@studentvillage.co.za>)
Список pgsql-performance
On Tue, 2006-08-29 at 15:52 +0200, Willo van der Merwe wrote:
> (cost=0.00..51848.56 rows=1309356 width=0)

It is going through way more number of rows than what is returned by the
count(*).

It appears that you need to VACUUM the table (not VACUUM ANALYZE).


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

Предыдущее
От: Rusty Conover
Дата:
Сообщение: Re: PostgreSQL performance issues
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: PostgreSQL performance issues