Re: Pgstat.tmp file activity - Mailing list pgsql-admin

From Qingqing Zhou
Subject Re: Pgstat.tmp file activity
Date
Msg-id dofjhs$2pqd$1@news.hub.org
Whole thread Raw
In response to Re: Pgstat.tmp file activity  ("Dan Austin" <DAustin@au.westfield.com>)
Responses Re: Pgstat.tmp file activity
List pgsql-admin
""Dan Austin"" <DAustin@au.westfield.com> wrote
>
> I take it that the file gets renamed almost immediately because we can
> also see writes to the parent directory -- but never see the file itself
> using ls.
>
I think so.

>
> /export/data/pgsql/data/base/64920741/pgsql_tmp/pgsql_tmp966.9
>
> What are these files used for? In this particular sample, that file was
> being written to a lot. Perhaps we're running out of memory for some
> sorting?
>

These files could be generated by several situations to store intermediate
data. For example, hash join and external sort. For sort, if you increase
sort_mem, then you may avoid/alleviate usage of temp file.

Regards,
Qingqing



pgsql-admin by date:

Previous
From: Stephen Frost
Date:
Subject: Re: WAL and pg_dump
Next
From: Tom Lane
Date:
Subject: Re: Pgstat.tmp file activity