Re: Does PostgreSQL Stores its database in multiple disks?

From: Christian Fowler <spider(at)steelsun(dot)com>
To: Igor Maciel Macaubas <igor(at)providerst(dot)com(dot)br>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Does PostgreSQL Stores its database in multiple disks?
Date: 2004-10-01 23:56:31
Message-ID: Pine.LNX.4.61.0410011953060.9232@leda.steelsun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Igor,

I would recommend you investigate LVM:

http://www.tldp.org/HOWTO/LVM-HOWTO/

This enables you to string multiple physical units into a single volume -
as well as expand and grow the volume. I am unsure about postgres
consequences of this for as much data as you have, so I will leave it up
to others to comment about this.

However, my recommendation is for a modest investment of a third 120GB
drive and a RAID card, you could do RAID 5 with 3 disks and get 240GB of
storage.

On Fri, 1 Oct 2004, Igor Maciel Macaubas wrote:

> Hi Guys,
>
> I have a PostgreSQL server, running 7.4.2, that will store a really
> large amount of data (200GB) being migrated from an Oracle database. I
> have a machine with two 120GB Ultra ATA IDE disks, and I'd like to know
> if PostgreSQL could split it over both disks (that gives me 240GB or
> storage). Does he do this automatically ? Or I'll have to split it
> manually, creating symbolic links on my file system (ext3)? Does anyone
> ever stored a database (see, it's ONE database only, not a cluster) on
> multiple disks ?
>
> What about PgSQL 8? It'll include this feature?
>
> Thanks!
>
> Regards,
> Igor
> --
> igor(at)providerst(dot)com(dot)br
>

[ \ /
[ >X< spider(at)steelsun(dot)com | http://www.viovio.com/
[ / \

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Stephen Frost 2004-10-02 00:20:53 Re: Does PostgreSQL Stores its database in multiple disks?
Previous Message Matt Clark 2004-10-01 23:18:58 Re: PLEASE GOD HELP US!