Re: Statistics and selectivity estimation for ranges

From: Matthias <nitrogenycs(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Statistics and selectivity estimation for ranges
Date: 2012-08-06 16:00:59
Message-ID: CACECd8jT=t=KVRpdkPYxYN-5ny5wneiAnGj0igo+h8vm0QwXwQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Having statistics on ranges was really missing! The planner was doing
some really, really bad choices on bigger tables regarding seq/random
scans, nested loop/other joins etc.

Is there any chance this makes it into 9.2 final? It would really
round-off the introduction of range types and maybe avoid problems
like "the new range types are slow" (just due to the bad row
estimates).

Thanks for implementing this feature,
-Matthias

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthias 2012-08-06 16:08:41 Fwd: Statistics and selectivity estimation for ranges
Previous Message Tom Lane 2012-08-06 15:25:38 Re: WIP patch for LATERAL subqueries