Re: What is the general opinion on use of tablespaces - Mailing list pgsql-general

From David G. Johnston
Subject Re: What is the general opinion on use of tablespaces
Date
Msg-id CAKFQuwZBU0jBrHToWGeG_7OK8ozQGR+1NLDKALe5H=xVtA7MrQ@mail.gmail.com
Whole thread Raw
In response to What is the general opinion on use of tablespaces  (Rakesh Kumar <rakeshkumar464a3@gmail.com>)
Responses Re: What is the general opinion on use of tablespaces  (Rakesh Kumar <rakeshkumar464a3@gmail.com>)
List pgsql-general
On Fri, Jun 10, 2016 at 12:26 PM, Rakesh Kumar <rakeshkumar464a3@gmail.com> wrote:
I saw a slide recently where the use of tablespaces was discouraged.
What does the community think of tablespaces.

They are a tool and their use should neither be encouraged nor discouraged but rather understood and used when appropriate.

​Their main problem to overcome when using them is that they tie PostgreSQL much more tightly to the underlying configuration of the operating system and thus you need to ensure that your processes and procedures accommodate that reality since the ​tools that PostgreSQL provides can only do so much.

David J.

pgsql-general by date:

Previous
From: Sridhar N Bamandlapally
Date:
Subject: Re: [HACKERS] Online DW
Next
From: Jeff Janes
Date:
Subject: Re: [pg_trgm] Making similarity(?, ?) < ? use an index