Re: Relation between pgsql_tmp and work_mem

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Himanshu Baweja <himanshubaweja(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Relation between pgsql_tmp and work_mem
Date: 2005-05-16 23:10:58
Message-ID: 200505162310.j4GNAwn19876@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Himanshu Baweja wrote:
> I read somewhere in the archives we can set work_mem
> to the largest size of tmp file created in the
> pgsql_tmp folder....
> but how can i make those files in pgsql_tmp not be
> deleted after use... so that i can get the file
> listing for all files created during the run...
> currently i am doing "ls -l " sampling at 1s.... is
> there a better way....

Our TODO has:

* All ability to monitor the use of temporary sort files

so we know we need to give users that ability someday.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message MLikharev 2005-05-17 00:18:16 CREATE TEMP TABLE AS SELECT/ GET DIAGNOSTICS ROW_COUNT
Previous Message Scott Marlowe 2005-05-16 20:31:27 Re: Distinguishing between connections in pg_hba.conf