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: query
Description: Binary data

Attachment: query_plan
Description: Binary data

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to