Re: Planner Row Estimate with Function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Planner Row Estimate with Function
Дата
Msg-id 12115.1262119386@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Planner Row Estimate with Function  (Michael Fork <mfork00@yahoo.com>)
Ответы Re: Planner Row Estimate with Function  (Michael Fork <mfork00@yahoo.com>)
Список pgsql-general
Michael Fork <mfork00@yahoo.com> writes:
> I have an index scan on a custom function that is returning a wildly incorrect row estimate that is throwing off the
restof the query planning.  The result of the function is roughly unique - there are a handful with multiple entries -
butthe planner is estimating 227,745 rows.  I re-ran ANALYZE on the table and the results did not change.  Any
suggestionson how to get more accurate planner result? 

What PG version is this exactly?

Also, what happened to the type='CREDIT' condition in your query?  Is
that a partial index?

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Anthony
Дата:
Сообщение: memory usage of group by select
Следующее
От: Anthony
Дата:
Сообщение: Re: memory usage of group by select