Re: TODO

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: TODO
Дата
Msg-id 20120823192125.GC5971@momjian.us
обсуждение исходный текст
Ответ на TODO  (Tatsuo Ishii <ishii@postgresql.org>)
Ответы Re: TODO
Re: TODO
Список pgsql-hackers
On Tue, Aug 21, 2012 at 12:16:11PM +0900, Tatsuo Ishii wrote:
> I found this in https://wiki.postgresql.org/wiki/Todo :
> 
>   Improve ability to display optimizer analysis using OPTIMIZER_DEBUG 
> 
> What does this actually mean?
> 
> Add GUC switch to enable optimizer debug on/off?
> More fancy/useful info should be printed?
> If so, what kind of information is required?

Well, right now, OPTIMIZER_DEBUG lets you see what plans were considered
and removed.  I was thinking that information should be available
without a special compiled binary.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Large number of open(2) calls with bulk INSERT into empty table
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: default_isolation_level='serializable' crashes on Windows