Re: pgsql: Disk-based Hash Aggregation.
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Jeff Davis <jdavis@postgresql.org>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2020-03-18T23:24:04Z
Lists: pgsql-hackers
On 2020-Mar-18, Jeff Davis wrote: > Disk-based Hash Aggregation. > > While performing hash aggregation, track memory usage when adding new > groups to a hash table. If the memory usage exceeds work_mem, enter > "spill mode". Kudos!! -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Reduce test time for disk-based Hash Aggregation.
- 76df765e88fd 13.0 landed
-
Disk-based Hash Aggregation.
- 1f39bce02154 13.0 cited