Re: WIP: Aggregation push-down

Поиск
Список
Период
Сортировка
От Antonin Houska
Тема Re: WIP: Aggregation push-down
Дата
Msg-id 68527.1580715963@antos
обсуждение исходный текст
Ответ на Re: WIP: Aggregation push-down  (legrand legrand <legrand_legrand@hotmail.com>)
Список pgsql-hackers
legrand legrand <legrand_legrand@hotmail.com> wrote:

> set enable_agg_pushdown to true;
> isn't displayed in EXPLAIN (SETTINGS) syntax.
> 
> 
> The following modification seems to fix that: 
> 
> src/backend/utils/misc/guc.c
>  
>          {"enable_agg_pushdown", PGC_USERSET, QUERY_TUNING_METHOD,
>             gettext_noop("Enables aggregation push-down."),
>             NULL,
>             GUC_EXPLAIN   <<<<--- line Added --->>>>
>         },
>         &enable_agg_pushdown,
>         false,
>         NULL, NULL, NULL
>     },

Thanks. I'll include this change in the next version.

-- 
Antonin Houska
Web: https://www.cybertec-postgresql.com



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

Предыдущее
От: Kasahara Tatsuhito
Дата:
Сообщение: Re: Tid scan increments value of pg_stat_all_tables.seq_scan. (butnot seq_tup_read)
Следующее
От: Richard Guo
Дата:
Сообщение: Re: Parallel grouping sets