Re: Default gucs for EXPLAIN

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Default gucs for EXPLAIN
Дата
Msg-id CAKFQuwaV-3YJK+=FHV=kyALLi3-cm2DVmWv6eHA0Czy8Y83imQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Default gucs for EXPLAIN  (Vik Fearing <vik@postgresfriends.org>)
Список pgsql-hackers
On Saturday, May 23, 2020, Vik Fearing <vik@postgresfriends.org> wrote:

> Do we really want default_explain_analyze ?
> It sounds like bad news that EXPLAIN DELETE might or might not remove rows
> depending on the state of a variable.

I have had sessions where not using ANALYZE was the exception, not the
rule.  I would much prefer to type  EXPLAIN (ANALYZE OFF)  in those cases.

Not sure about the feature as a whole but i’m strongly against having a GUC exist that conditions whether a query is actually executed.

David J.

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Default gucs for EXPLAIN