performance of count(*)

Поиск
Список
Период
Сортировка
От Scott Ribe
Тема performance of count(*)
Дата
Msg-id 1962291A-1EE5-4DB4-9A8D-CC4CDE1FE097@elevated-dev.com
обсуждение исходный текст
Ответы Re: performance of count(*)
Re: performance of count(*)
Список pgsql-general
I need to optimize queries that deal with some aggregates regarding resource availability. My specific problem is, I
think,very closely analogous to select count(*)... where... 

I know roughly how to do it, aggregated stats table, triggers appending to it, occasional updates to coalesce entries.
I'djust like to see an example to confirm my own plan and see if I'm missing any details. 

I'm sure I've seen references to articles on ways to do this, but all google is getting me is generic complaints about
count(*)performance and suggestions to use stats for estimated total rows in a table, nothing useful for this. 

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice





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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Growing a live database
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: performance of count(*)