Re: Tablespace on Postgrsql

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Tablespace on Postgrsql
Date: 2013-07-24 20:11:29
Message-ID: 51F034F1.9010201@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/24/2013 12:31 PM, devonline wrote:
> I am new to PostgreSQL.
>
> I would like to know whether to use/pg_default/ Table space to create
> Database and its objetcs or to create custom Table space?
>
> I could not find what is recommended .

tablespaces are usually only useful on very large scale servers where
you have multiple big raids and want to manually distribute the IO
across them. for most installations, the pg_default tablespace is just
fine for everything.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message devonline 2013-07-24 20:32:15 Re: Tablespace on Postgrsql
Previous Message Jeff Janes 2013-07-24 19:33:39 Re: Why are stored procedures looked on so negatively?