[GENERAL] Query Using Massive Temp Space - Mailing list pgsql-general

From Cory Tucker
Subject [GENERAL] Query Using Massive Temp Space
Date
Msg-id CAG_=8kBoWY4AXwW=Cj44xe13VZnYohV9Yr-_hvZdx2xpiipr9w@mail.gmail.com
Whole thread Raw
Responses Re: [GENERAL] Query Using Massive Temp Space
Re: [GENERAL] Query Using Massive Temp Space
Re: [GENERAL] Query Using Massive Temp Space
List pgsql-general
Hello, 

I have a query that is using a tremendous amount of temp disk space given the overall size of the dataset.  I'd love for someone to try to explain what PG is doing and why its using so much space for the query.

First off, the system is PG 9.6 on Ubuntu with 4 cores and 28 GB of RAM.  The query in question is a fairly large join of several tables (6) including some aggregations.  The overall dataset size of the 6 tables in question is about 20GB and the largest table is about 15M rows.  The query is essentially a dump of most of the data from these tables joined together to be used in another system.

When the query runs it begins to use an aggressive amount of temp space on the volume over the course of many hours, until it reaches about 95% capacity and then tapers off.  Never completes though.  The temp space it uses is around 1.5TB out of a 2TB volume.  Again, the total size of the relations in question is only 20GB.  

Can anyone explain how the query could possibly use so much temp space?

Query and query plan are attached.  Please let me know if any more info is needed.

thanks
--Cory
Attachment

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] How to store multiple rows in array .
Next
From: Laurenz Albe
Date:
Subject: Re: [GENERAL] Query Using Massive Temp Space