- Mailing list pgsql-hackers

From Mark Cave-Ayland
Subject
Date
Msg-id 9EB50F1A91413F4FA63019487FCD251D11349F@WEBBASEDDC.webbasedltd.local
Whole thread Raw
List pgsql-hackers
> Date: Thu, 04 Aug 2005 11:12:58 -0400
> From: Tom Lane <tgl@sss.pgh.pa.us>
> To: Matteo Beccati <php@beccati.com>
> Cc: pgsql-hackers@postgresql.org
> Subject: Re: Enhanced containment selectivity function
> Message-ID: <15936.1123168378@sss.pgh.pa.us>
>
> Matteo Beccati <php@beccati.com> writes:
> > This also made me think: is there a reason why geometric selectivity
> > functions return constant values rather than checking statistics for a
> > better result?
>
> Because no one's ever bothered to work on them.  You should talk to the
PostGIS guys, however, because they *have* been
> working on real statistics and real estimation functions for geometric
types.  It'd be nice to get some of that work
> back-ported into the core database.
>
> http://www.postgis.org/
>
>            regards, tom lane


Hi Tom/Matteo,

As a PostGIS guy I can say that the latest geometric estimation functions
for the PostGIS 1.0 series are very good indeed - Sandro has done an
excellent job in working on a 2D histogram sample and it is surprising how
accurate the estimates are even with very low statistics targets.

Also, since Tom applied the ANALYZE patch for the 8.0 series, I've been
working on a new page for the PostgreSQL documentation explaining how the
ANALYZE process works, and gives an example using the complex type as to how
you can collect your own statistics during ANALYZE and make use of them from
your own selectivity functions. It's about three quarters complete, and
still in plain text format, but I hope to submit it as a documentation patch
for 8.1. My hope is that this will then encourage someone to add selectivity
functions to ltree and tsearch2 (hint hint) ;)


Kind regards,

Mark.

------------------------
WebBased Ltd
17 Research Way
Tamar Science Park
Plymouth
PL6 8BT

T: +44 (0)1752 797131
F: +44 (0)1752 791023
W: http://www.webbased.co.uk




pgsql-hackers by date:

Previous
From: yuanjia lee
Date:
Subject: test
Next
From: "Denis Lussier"
Date:
Subject: Re: MySQL to PostgreSQL for SugarCRM