Re: Generating "Subplan Removed" in EXPLAIN

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Generating "Subplan Removed" in EXPLAIN
Дата
Msg-id Y9nOWPPvm4+3Vr8B@momjian.us
обсуждение исходный текст
Ответ на Generating "Subplan Removed" in EXPLAIN  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Tue, Jan 31, 2023 at 08:59:57PM -0500, Bruce Momjian wrote:
> Our document states that EXPLAIN can generate "Subplan Removed":
> 
>     https://www.postgresql.org/docs/current/ddl-partitioning.html#DDL-PARTITION-PRUNING
> 
>     It is possible to determine the number of partitions which were removed
>     during this phase by observing the “Subplans Removed” property in the
>     EXPLAIN output.

Sorry, here is the full paragraph:

    During initialization of the query plan. Partition pruning can
    be performed here for parameter values which are known during
    the initialization phase of execution. Partitions which are
    pruned during this stage will not show up in the query's EXPLAIN
    or EXPLAIN ANALYZE.  It is possible to determine the number of
    partitions which were removed during this phase by observing the
    “Subplans Removed” property in the EXPLAIN output.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

Embrace your flaws.  They make you human, rather than perfect,
which you will never be.



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: postgres_fdw uninterruptible during connection establishment / ProcSignalBarrier
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Generating "Subplan Removed" in EXPLAIN