Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id AAA28932 for postgres-dist; Fri, 19 Nov 1993 00:16:04 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199311190816.AAA28932@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from iraun1.ira.uka.de (iraun1.ira.uka.de [129.13.10.90]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id AAA28923 for <postgres@nobozo.CS.Berkeley.EDU>; Fri, 19 Nov 1993 00:16:03 -0800
Received: from ira.uka.de by iraun1.ira.uka.de id <14824-0@iraun1.ira.uka.de>;
          Fri, 19 Nov 1993 09:15:29 +0100
Received: from iras4.ira.uka.de by irafs2.ira.uka.de with SMTP (PP) 
          id <04389-0@irafs2.ira.uka.de>; Fri, 19 Nov 1993 09:15:23 +0100
To: postgres@postgres.Berkeley.EDU
Subject: Path for intermediate results
Date: Fri, 19 Nov 1993 09:14:51 +0100
From: Gerhard Daub <daub@ira.uka.de>
Message-ID: <"irafs2.ira.391:19.10.93.08.15.25"@ira.uka.de>
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Fri, 19 Nov 93 00:16:04 -0800
Resent-XMts: smtp

Hi everybody!

I posted the following question already some weeks ago. Since nobody
answered I try it again.

Is there a way to force Postgres to store its intermediate results 
in a different directory
than that of the normal user data? 
(I consider at least the tmp files in the '~/data/base/user database directories' as intermediate results)

As we pointed out here Postgres opens and closes those files quite often while executing a query.
And because this happens via NFS performance is very low. (To low for our network management system).

If we could force Postgres to store those files in a different directory than '~/data/base/XX'
the problem would be solved (at least as far as I understand what's happening). Or am I totally wrong??

Any hints would be appreciated. (Even if it's a 'it can't be done'-answer.)

Thanks,
Gerhard
