Re: pgsql: Disk-based Hash Aggregation. - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pgsql: Disk-based Hash Aggregation.
Date
Msg-id 20200318232404.GA20407@alvherre.pgsql
Whole thread Raw
List 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



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Define variables in the approprieate scope
Next
From: Jeff Davis
Date:
Subject: Re: Memory-Bounded Hash Aggregation