Re: Misestimate when applying condition like id = id - Mailing list pgsql-general

From Michael Lewis
Subject Re: Misestimate when applying condition like id = id
Date
Msg-id CAHOFxGq6EbYTBCXKPL7sO2jBZxXT1FXUdZQJkP-VnknJiTtO-g@mail.gmail.com
Whole thread Raw
In response to Re: Misestimate when applying condition like id = id  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Thanks very much. I tested with a much bigger table and it seems that it is using the default .005 selectivity for this integer column. Cool. Nice to understand even if it was just a typo that had things going off the rails.

And thanks for your work 3 years ago for that commit.

pgsql-general by date:

Previous
From: David Rowley
Date:
Subject: Re: Understanding EXPLAIN ANALYZE estimates when loops != 1
Next
From: Tom Lane
Date:
Subject: Re: Orphaned relations after crash/sigkill during CREATE TABLE