Re: Add enable_groupagg GUC parameter to control GroupAggregate usage

From: Tatsuro Yamada <yamatattsu(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add enable_groupagg GUC parameter to control GroupAggregate usage
Date: 2025-06-06 10:03:27
Message-ID: CAOKkKFvyFZSJxtbj6Hn+htmpA55hSjJ0GThuTzHTY5=pF5Rgyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

# Query Execution Results (Average of 3 measurements)
> - With parallel query: 39546 seconds
> - With parallel query and enable_groupagg turned off: 1115 seconds
>

Oops, I made a mistake. The correct execution time is:
- With parallel query: 39546 ms
- With parallel query and enable_groupagg turned off: 1115 ms

Regards,
Tatsuro Yamada

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2025-06-06 10:03:28 Re: CHECKPOINT unlogged data
Previous Message shveta malik 2025-06-06 10:02:45 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart