Re: Very low performance on table with only 298 rows

Поиск
Список
Период
Сортировка
От PFC
Тема Re: Very low performance on table with only 298 rows
Дата
Msg-id op.so8e83t2th1vuj@localhost
обсуждение исходный текст
Ответ на Very low performance on table with only 298 rows  (Andreas Joseph Krogh <andreak@officenet.no>)
Список pgsql-sql
> nbeweb=> EXPLAIN ANALYZE select count(*) from onp_web_index;
>  Total runtime: 179748.993 ms
WOW.It's possible your table is bloated.What version of PG are you using ?
VACUUM FULL ANALYZE VERBOSE onp_web_index
if it solves your problem, good, else post the results from that command.


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

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: row-attribute in EXPLAIN-output doesn't match count(*)
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: row-attribute in EXPLAIN-output doesn't match count(*)