Stats for multi-column indexes - Mailing list pgsql-hackers

From Jeff Davis
Subject Stats for multi-column indexes
Date
Msg-id 1174352160.23455.453.camel@dogma.v10.wvs
Whole thread Raw
Responses Re: Stats for multi-column indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I know the idea has come up a few times to do cross-column statistics to
improve plans when the data distributions are dependent. I found a
couple references in the archives:

http://archives.postgresql.org/pgsql-hackers/2006-09/msg02118.php
http://archives.postgresql.org/pgsql-hackers/2006-08/msg00924.php

We can already keep stats for a functional index. Is there a reason we
can't keep stats for a multi-column index?

Out of the two situations outlined by Jim Nasby here:

http://archives.postgresql.org/pgsql-hackers/2006-08/msg00948.php

It would not help with joins, but it would help with columns that are
referred to as a group (e.g. a=1 AND b<20).

Regards,Jeff Davis



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Changes pg_trigger and extend pg_rewrite in order to allow
Next
From: Tom Lane
Date:
Subject: buildfarm not reporting xml flag correctly?