Re: Patch: add timing of buffer I/O requests - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Patch: add timing of buffer I/O requests
Date
Msg-id CAEYLb_U41=LUAdtump+sDF0C1XMmxh9CErRhfm0_cav7=167aQ@mail.gmail.com
Whole thread Raw
In response to Re: Patch: add timing of buffer I/O requests  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 14 April 2012 03:01, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Realistically, I'm more worried about collisions due to inadequacies in
> the jumble calculation logic (Peter already pointed out some risk
> factors in that regard).

It's important to have a sense of proportion about the problem. The
worst thing that a collision can do is lead the DBA on a bit of a wild
goose chase. Importantly, collisions across databases and users are
impossible. I've always taken the view that aggregating query
statistics is a lossy process, and these kinds of problems seem like a
more than acceptable price to pay for low-overhead dynamic query
statistics .

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [BUGS] BUG #6572: The example of SPI_execute is bogus
Next
From: Robert Haas
Date:
Subject: Re: Patch: add timing of buffer I/O requests