Re: Exposing the Xact commit order to the user

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Exposing the Xact commit order to the user
Дата
Msg-id 1275606522-sup-7982@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Exposing the Xact commit order to the user  (Chris Browne <cbbrowne@acm.org>)
Ответы Re: Exposing the Xact commit order to the user  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-hackers
Excerpts from Chris Browne's message of jue jun 03 16:21:35 -0400 2010:

> What this offers is *SOME* idea of how much updating work a particular
> transaction did.  It's a bit worse than you suggest:
> 
>  - If replication triggers have captured tuples, those would get
>    counted.
> 
>  - TOAST updates might lead to extra updates being counted.
> 
> But back to where you started, I'd anticipate 7 inserts, 7 deletes,
> and 7 updates being counted as something around 21 updates.
> 
> And if that included 5 TOAST changes, it might bump up to 26.
> 
> If there were replication triggers in place, that might bump the count
> up to 45 (which I chose arbitrarily).

Why not send separate numbers of tuple inserts/updates/deletes, which we
already have from pgstats?

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Keepalive for max_standby_delay
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: 9.0 release notes