Re: Database Clustering on multiple harddisk

From: "Alex Turner" <armtuk(at)gmail(dot)com>
To: "Arie Nugraha" <dicarve(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Database Clustering on multiple harddisk
Date: 2006-06-20 04:49:45
Message-ID: 33c6269f0606192149m7d3c8967r8714c6c9b724b882@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I think you may be a little confused...

Last time I checked, Oracle RAC doesn't actualy support clustering the I/O,
it's one Database backend with multiple instances on the front-end, which is
only clustering the CPU bound part (it's also VERY expensive).

If by clustering you mean multiple seperate tablespaces, then Postgresql
does support them.

If you mean RAID, then that is implemented by the HBA (host bus adapter),
and is transparent to Postgresql.

If you are looking for replication, many people find Slony a good add-on.

Alex

On 6/20/06, Arie Nugraha <dicarve(at)gmail(dot)com> wrote:
>
> Hi list,
>
> I am new postgresql user and i had read the documentation but
> i dont if PostgreSQL support database clustering on multiple harddisk
> (multiple I/O, just like DB2 and Oracle does)
> or not.
>
> If postgreSQL support the database clustering is there any
> documentation or tutorial that explain how to do it?
>
> Thanks all.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message louis gonzales 2006-06-20 05:04:02 Re: Adding foreign key constraints without integrity check?
Previous Message louis gonzales 2006-06-20 04:49:21 Re: Adding foreign key constraints without integrity check?