Re: Wrong index choosen? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Wrong index choosen?
Date
Msg-id 20162.1090593927@sss.pgh.pa.us
Whole thread Raw
In response to Re: Wrong index choosen?  (Dennis Bjorklund <db@zigo.dhs.org>)
List pgsql-hackers
Dennis Bjorklund <db@zigo.dhs.org> writes:
> In this plan it estimates to get 481 but it got 22477. So the estimation 
> was very wrong. You can increase the statistics tarhet on the login_time 
> and it will probably be better (after the next analyze).

Given the nature of the data (login times), I'd imagine that the problem
is simply that he hasn't analyzed recently enough.  A bump in stats
target may not be needed, but he's going to have to re-analyze that
column often if he wants this sort of query to be estimated accurately,
because the fraction of entries later than a given time T is *always*
going to be changing.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: make LockRelation use top transaction ID
Next
From: Andreas Joseph Krogh
Date:
Subject: Re: patch for allowing multiple -t options to pg_dump