From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Thom Brown <thom(at)linux(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Index overhead cost reporting |
Date: | 2013-12-07 20:44:34 |
Message-ID: | 14508.1386449074@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Thom Brown <thom(at)linux(dot)com> writes:
> Perhaps I may have misunderstood, or not explained my question with
> enough detail, but you appear to be including activity that would, in
> all likelihood, occur after the DML has returned confirmation to the
> user that it has completed; in particular, VACUUM. What I was
> thinking of was an execution plan node to communicate the index
> modifications that are carried out prior to confirmation of the query
> completing. The bgwriter, WAL writer et al. that spring into action
> as a result of the index being updated wouldn't, as I see it, be
> included.
> So in essence, I'd only be looking for a breakdown of anything that
> adds to the duration of the DML statement. However, it sounds like
> even that isn't straightforward from what you've written.
I think that would be reasonably straightforward, though perhaps too
expensive depending on the speed of clock reading. My larger point was
that I don't think that that alone is a fair measure of the cost of
maintaining an index, which is what you had claimed to be interested in.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Thom Brown | 2013-12-07 20:50:12 | Re: Index overhead cost reporting |
Previous Message | Tom Lane | 2013-12-07 20:33:19 | Re: WITHIN GROUP patch |