Re: Recording insert, updates, and deletes

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Recording insert, updates, and deletes
Дата
Msg-id 20070111105017.GC5836@svana.org
обсуждение исходный текст
Ответ на Re: Recording insert, updates, and deletes  ("Andy Dale" <andy.dale@gmail.com>)
Список pgsql-general
On Thu, Jan 11, 2007 at 11:46:17AM +0100, Andy Dale wrote:
> If the stats collector is 'lossy ' i will not be able to use it, can anyone
> confirm that it is ? So maybe my best option is to write a simple trigger
> that just increments a counter (value in a separate table) after an
> insert/update/delete and then add this trigger to each table i want to
> record the stats for.  Would this new approach work (i.e. be "lossless") ?

Yes, the stats collector is designed so that if the server is very
busy, it sacrifices accuracy for speed. It's designed to be minimal
impact so that it can be turned on without slowing down your system.

You on the other hand want accuracy over speed, and so the stats
collector is not what you want. Some triggers will do it fine.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: "Andy Dale"
Дата:
Сообщение: Re: Recording insert, updates, and deletes
Следующее
От: han.holl@informationslogik.nl
Дата:
Сообщение: Optimize expresiions.