Re: Why our counters need to be time-based WAS: WIP: cross column correlation ... - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Why our counters need to be time-based WAS: WIP: cross column correlation ...
Date
Msg-id 4D6BEA01.1040705@agliodbs.com
Whole thread Raw
In response to Re: Why our counters need to be time-based WAS: WIP: cross column correlation ...  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Why our counters need to be time-based WAS: WIP: cross column correlation ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Why our counters need to be time-based WAS: WIP: cross column correlation ...  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
On 2/28/11 10:24 AM, Robert Haas wrote:
> On Mon, Feb 28, 2011 at 1:04 PM, Josh Berkus <josh@agliodbs.com> wrote:
>> On the other hand, anything which increases the size of pg_statistic
>> would be a nightmare.
> 
> Hmm?

Like replacing each statistic with a series of time-based buckets, which
would then increase the size of the table by 5X to 10X.  That was the
first solution I thought of, and rejected.

--                                  -- Josh Berkus                                    PostgreSQL Experts Inc.
                        http://www.pgexperts.com
 


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Review: Fix snapshot taking inconsistencies
Next
From: Tom Lane
Date:
Subject: Re: pl/python custom exceptions for SPI