Re: pgsql: Disk-based Hash Aggregation.

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Jeff Davis <jdavis(at)postgresql(dot)org>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Disk-based Hash Aggregation.
Date: 2020-03-18 23:24:04
Message-ID: 20200318232404.GA20407@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-03-19 00:52:56 pgsql: Fix comment related to concurrent index swapping in index.c
Previous Message Jeff Davis 2020-03-18 22:54:49 pgsql: Disk-based Hash Aggregation.

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2020-03-18 23:35:57 Re: Memory-Bounded Hash Aggregation
Previous Message Bruce Momjian 2020-03-18 23:08:47 Re: Define variables in the approprieate scope