Re: One tablespace or several tablespaces - Mailing list pgsql-novice

From Kevin Grittner
Subject Re: One tablespace or several tablespaces
Date
Msg-id CACjxUsOpCWfufW8xz3n6w+9=jMwBaL3VDRU0VRspQhuHmv9jBg@mail.gmail.com
Whole thread Raw
In response to One tablespace or several tablespaces  (JORGE MALDONADO <jorgemal1960@gmail.com>)
Responses Re: One tablespace or several tablespaces
List pgsql-novice
On Sat, Apr 2, 2016 at 1:42 PM, JORGE MALDONADO <jorgemal1960@gmail.com> wrote:
> I am developing an information system that will be used by several clientes,
> each client has its own database, and each database has exactly the same
> structure for each client. The only difference is the name of the database.
> I have been thinking about whether or not using one tablespace to create all
> of the databases or to use one tablespace for each database, but I have not
> found a good reason for using one method or the other.

Generally I have found it best to use a single tablespace except
when there is a clear reason to do otherwise.  Usually that reason,
if it exists, is to allow storing less frequently accessed data on
a slow, cheaper medium.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-novice by date:

Previous
From: Luca Ferrari
Date:
Subject: Re: Postgresql - Inline comment in VIEW Sql definition
Next
From: Begin Daniel
Date:
Subject: Re: One tablespace or several tablespaces