Re: Automatic function replanning

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Automatic function replanning
Дата
Msg-id 200512181305.jBID5Rd29098@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Automatic function replanning  (Christopher Browne <cbbrowne@acm.org>)
Список pgsql-hackers
Christopher Browne wrote:
> > Not unless you do something that would cause the planner to make
> > different choices next time.  (Such as changing the ANALYZE statistics,
> > perhaps.)  The TODO item is OK as stated, it's just talking about
> > mechanism and not the things that might trigger the mechanism.
> 
> A mechanism might be to bump up the stats stored for pg_autovacuum,
> which would encourage a table to be re-ANALYZEd.
> 
> That may not immediately change ANALYZE statistics, but it's
> something...
> 
> Even if there is NO feedback mechanism on statistics, if we know the
> plan was pretty bad, it is surely at least *a* feedback to invalidate
> the plan.

Something has to cause the replan to be better, and that is one
possibility.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: Automatic function replanning
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Log of CREATE USER statement