Re: pgsql: Rework temp_tablespaces patch so that temptablespaces are - Mailing list pgsql-committers

From Simon Riggs
Subject Re: pgsql: Rework temp_tablespaces patch so that temptablespaces are
Date
Msg-id 1181248954.26886.261.camel@silverbirch.site
Whole thread Raw
In response to pgsql: Rework temp_tablespaces patch so that temp tablespaces are  (tgl@postgresql.org (Tom Lane))
List pgsql-committers
On Thu, 2007-06-07 at 16:19 -0300, Tom Lane wrote:
> Log Message:
> -----------
> Rework temp_tablespaces patch so that temp tablespaces are assigned separately
> for each temp file, rather than once per sort or hashjoin; this allows
> spreading the data of a large sort or join across multiple tablespaces.
> (I remain dubious that this will make any difference in practice, but certain
> people insisted.)  Arrange to cache the results of parsing the GUC variable
> instead of recomputing from scratch on every demand, and push usage of the
> cache down to the bottommost fd.c level.

Certain people say thank you.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rework temp_tablespaces patch so that temp tablespaces are
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Redefine IsTransactionState() to only return true for