Re: Wrong index choosen?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Wrong index choosen?
Дата
Msg-id 20162.1090593927@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Wrong index choosen?  (Dennis Bjorklund <db@zigo.dhs.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: make LockRelation use top transaction ID
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: patch for allowing multiple -t options to pg_dump