Re: Row count estimation bug in BETWEEN? - Mailing list pgsql-general

From Yaroslav
Subject Re: Row count estimation bug in BETWEEN?
Date
Msg-id 1434279542873-5853771.post@n5.nabble.com
Whole thread Raw
In response to Re: Row count estimation bug in BETWEEN?  (Yaroslav <ladayaroslav@yandex.ru>)
List pgsql-general
> My simple test (using MCVs) is below ...
I've posted wrong second query in the test, should have been:
EXPLAIN SELECT * FROM t2 WHERE n >= 0 AND n <= 2
-- rows=12



-----
WBR, Yaroslav Schekin.
--
View this message in context: http://postgresql.nabble.com/Row-count-estimation-bug-in-BETWEEN-tp5853687p5853771.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Yaroslav
Date:
Subject: Re: Row count estimation bug in BETWEEN?
Next
From: Tom Lane
Date:
Subject: Re: Row count estimation bug in BETWEEN?