Re: REVIEW: Track TRUNCATE via pgstat

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: REVIEW: Track TRUNCATE via pgstat
Дата
Msg-id 20141217145522.GD1768@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: REVIEW: Track TRUNCATE via pgstat  (Alex Shulgin <ash@commandprompt.com>)
Ответы Re: REVIEW: Track TRUNCATE via pgstat
Список pgsql-hackers
Alex Shulgin wrote:

> OK, I think I have now all bases covered, though the updated patch is
> not that "pretty".
> 
> The problem is that we don't know in advance if the (sub)transaction is
> going to succeed or abort, and in case of aborted truncate we need to
> use the stats gathered prior to truncate.  Thus the need to track
> insert/update/deletes that happened before first truncate separately.

Ugh, this is messy indeed.  I grant that TRUNCATE is a tricky case to
handle correctly, so some complexity is expected.  Can you please
explain in detail how this works?

> To the point of making a dedicated pgstat testing tool: let's have
> another TODO item?

Sure.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Reducing lock strength of adding foreign keys
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [alvherre@2ndquadrant.com: Re: no test programs in contrib]