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

From Tom Lane
Subject Re: pgsql: Disk-based Hash Aggregation.
Date
Msg-id 23196.1584943506@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Disk-based Hash Aggregation.  (Jeff Davis <jdavis@postgresql.org>)
Responses Re: pgsql: Disk-based Hash Aggregation.
List pgsql-committers
Jeff Davis <jdavis@postgresql.org> writes:
> Disk-based Hash Aggregation.

I noticed that the regression tests seemed suddenly slower than they
have been.  A bit of poking around reveals that this patch made
groupingsets.sql take approximately 8X longer than it used to,
and more than twice as long as any other core regression test.

This is absolutely, positively, not acceptable for a test that gets
run hundreds of times a day by lots of people and buildfarm animals.

If there's no way to test the feature in some significantly-cheaper way,
perhaps we should move this test out to a separate script that's not run
by default.

            regards, tom lane



pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Doc: Fix type of some storage parameters in CREATE TABLE page
Next
From: Tom Lane
Date:
Subject: pgsql: Fix our getopt_long's behavior for a command line argument of ju