| From: | Manfred Koizar <mkoi-pg(at)aon(dot)at> |
|---|---|
| To: | Russell Smith <mr-russ(at)pws(dot)com(dot)au> |
| Cc: | pgsql-performance(at)postgresql(dot)org |
| Subject: | Re: Use of Functional Indexs and Planner estimates |
| Date: | 2004-06-08 08:57:49 |
| Message-ID: | 6kvac0hridvjffsnf527tk0gh7qu58cac4@email.aon.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-performance |
On Tue, 8 Jun 2004 17:24:36 +1000, Russell Smith <mr-russ(at)pws(dot)com(dot)au>
wrote:
>Also I am interested in how functional indexes have statistics collected for them, if they do.
Not in any released version.
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/analyze.c
| Revision 1.70 / Sun Feb 15 21:01:39 2004 UTC (3 months, 3 weeks ago) by tgl
| Changes since 1.69: +323 -16 lines
|
| First steps towards statistics on expressional (nee functional) indexes.
| This commit teaches ANALYZE to store such stats in pg_statistic, but
| nothing is done yet about teaching the planner to use 'em.
So statistics gathering for expressional indexes will be in 7.5, but I
don't know about the state of the planner ...
Servus
Manfred
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marcus Whitney | 2004-06-08 14:19:44 | Re: pl/pgsql and Transaction Isolation |
| Previous Message | Russell Smith | 2004-06-08 07:24:36 | Use of Functional Indexs and Planner estimates |