Re: Statistics and selectivity estimation for ranges - Mailing list pgsql-hackers

From Matthias
Subject Re: Statistics and selectivity estimation for ranges
Date
Msg-id CACECd8jT=t=KVRpdkPYxYN-5ny5wneiAnGj0igo+h8vm0QwXwQ@mail.gmail.com
Whole thread Raw
In response to Statistics and selectivity estimation for ranges  (Alexander Korotkov <aekorotkov@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: Qi Huang
Date:
Subject: Git diff patch in context diff format
Next
From: Simon Riggs
Date:
Subject: Re: Inserting heap tuples in bulk in COPY