Re: Correlation in cost_index() - Mailing list pgsql-hackers

From Manfred Koizar
Subject Re: Correlation in cost_index()
Date
Msg-id k1d8jvs046jckhvjt433lpgkgh6kovl350@4ax.com
Whole thread Raw
In response to Re: Correlation in cost_index()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, 08 Aug 2003 18:25:41 -0400, Tom Lane <tgl@sss.pgh.pa.us>
wrote:
>  Two examples: [...]

One more example:X    Y
A    Aa    BA    Cb    AB    Bb    CC    Ac    BC    C

Correlation for column X is something less than 1.0, OTOH correlation
for an index on upper(X) is 1.0.

>I don't really see
>a way to do this without actually examining the multi-column ordering
>relationship during ANALYZE.

So did we reach consensus to add a TODO item?
* Compute index correlation on CREATE INDEX and ANALYZE,  use it for index scan cost estimation

ServusManfred


pgsql-hackers by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: Correlation in cost_index()
Next
From: Sean Chittenden
Date:
Subject: Re: Correlation in cost_index()