How to _really_use a non-default tablespace - Mailing list pgsql-general

From Andras Simon
Subject How to _really_use a non-default tablespace
Date
Msg-id 9008cd5d0610170756n48bd5016x73ecb679fceb2bca@mail.gmail.com
Whole thread Raw
Responses Re: How to _really_use a non-default tablespace
List pgsql-general
It seems that PG uses the PGDATA directory even for operations
that affect databases on different tablespaces. For example, when
an index is created on a table that is in tablespace TS, the
index ends up in TS (as it should), but first a temporary
file (with size comparable to the final index) is written below
PGDATA, and is truncated only at the end of the operation.

As a more drastic example: I created a DB on a tablespace TS, and
copied a 25 MB file into one of its tables. I ended up having 60
MB of extra data in $PGDATA/pg_xlog that doesn't go away even
after dropping the database.

The docs (19.6 Tablespaces) says

"The tablespace associated with a database is used to store the
system catalogs of that database, as well as any temporary files
created by server processes using that database."

so I must be missing something.

Andras

pgsql-general by date:

Previous
From: Madison Kelly
Date:
Subject: Re: A query planner that learns
Next
From: mengel@notes.cc.sunysb.edu
Date:
Subject: Re: Fast backup/restore