Re: Performance query about large tables, lots of concurrent access

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Performance query about large tables, lots of concurrent access
Дата
Msg-id 20070620181511.GC743@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Re: Performance query about large tables, lots of concurrent access  (Karl Wright <kwright@metacarta.com>)
Список pgsql-performance
On Wed, Jun 20, 2007 at 02:01:34PM -0400, Karl Wright wrote:
> (FWIW, ANALYZE operations are kicked off after every 30,000 inserts,
> updates, or deletes, by the application itself).

I don't think you should do it that way.  I suspect that automatic
VACUUM ANALYSE way more often on each table -- like maybe in a loop
-- would be better for your case.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
In the future this spectacle of the middle classes shocking the avant-
garde will probably become the textbook definition of Postmodernism.
                --Brad Holland

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Performance query about large tables, lots of concurrent access
Следующее
От: Michael Stone
Дата:
Сообщение: Re: Performance query about large tables, lots of concurrent access