Re: pgsql: Disk-based Hash Aggregation.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jeff Davis <jdavis@postgresql.org>
Cc: pgsql-committers@lists.postgresql.org
Date: 2020-03-23T06:05:06Z
Lists: pgsql-hackers
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
Commits
-
Reduce test time for disk-based Hash Aggregation.
- 76df765e88fd 13.0 landed
-
Disk-based Hash Aggregation.
- 1f39bce02154 13.0 cited