Re: Performance suggestions?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Performance suggestions?
Дата
Msg-id 1103071010.28882.60.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Performance suggestions?  ("Harvey, Allan AC" <HarveyA@OneSteel.com>)
Список pgsql-general
On Wed, 2004-12-15 at 10:22 +1100, Harvey, Allan AC wrote:
> I have a small table about 20 rows, a constant, that is receiving
> about 160 updates per second.
> The table is used to share gathered data to other process asynchronously.
> After 5 min it is 12 updates per second.
> Performance returns after a vacuum analyse.

It should be quite feasible to VACUUM this table frequently (once per
minute or even more often).

> Or should I just stick to saving the data, inserts seem to go on and on, and
> use a different IPC method.

MVCC isn't really ideal for this kind of situation, but without knowing
more about your application it's difficult to say whether switching to
another IPC method would be a better choice.

-Neil



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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Performance differences 7.1 to 7.3
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Corrupt RTREE index