Re: Cluster using tablespaces?

From: Rainer Bauer <usenet(at)munnin(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Cluster using tablespaces?
Date: 2007-11-28 23:10:43
Message-ID: o5trk39r95e9ula42g8pileo5mu9p47abq@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Erik Jones wrote:

>> is there a way to instruct cluster to store the temporary created
>> data on a
>> different tablespace (i.e. drive)? If not, wouldn't that have a decent
>> performance impact or is most of the time spend retrieving the data
>> in index
>> order?
>
>What temporary created data are you referring to?

The one described in the manual
<http://www.postgresql.org/docs/8.2/static/sql-cluster.html>:

"During the cluster operation, a temporary copy of the table is created that
contains the table data in the index order. Temporary copies of each index on
the table are created as well."

Rainer

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Larsen 2007-11-28 23:11:00 Re: PostgresSQL vs. Informix
Previous Message Martin Gainty 2007-11-28 23:07:50 Re: Cluster using tablespaces?