Re: does postgresql works on distributed systems?

From: "Roberts, Jon" <Jon(dot)Roberts(at)asurion(dot)com>
To: "Klint Gore" <kgore4(at)une(dot)edu(dot)au>, "Justin" <justin(at)emproshunts(dot)com>
Cc: <avin_friends(at)yahoo(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: does postgresql works on distributed systems?
Date: 2008-06-04 02:10:45
Message-ID: 1A6E6D554222284AB25ABE3229A92762E9A469@nrtexcus702.int.asurion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Justin wrote:
> >
> >
> > aravind chandu wrote:
> > Hi,
> > >> My question is
> > >> Microsoft sql server 2005 cannot be shared on multiple systems
> > i,e in a network environment when it is installed in one system it
> > cannot be accessed one other systems.
> >
> >
> > This don't make any sense. Are your taking about sharing the actual
> > mdb files or access the service itself??? This question is just
> > confusing.
> >
> >
> > Your Questions are confusing can you clarify
> > I'm guessing at what you mean???

> He's talking about having the raw database files on a file server (eg
> SMB share). DB's like firebird and sqlite can handle this way of
> accessing the data using the embedded engines.

Active-active, multiple server databases are either a shared nothing or
a shared disk system. Oracle, for instance is a shared disk system
where multiple database instances can connect to the same underlying
disk. Greenplum, Teradata, and Netezza are examples of shared nothing
systems.

http://en.wikipedia.org/wiki/Shared_nothing_architecture

http://en.wikipedia.org/wiki/Shared_disk_file_system

PostgreSQL does not have either a shared disk or shared nothing
architecture. It is similar to SQL Server where replication and/or
failover is how you can get high availability.

http://www.postgresql.org/docs/8.3/interactive/high-availability.html

Greenplum and EnterpriseDB are both based on PostgreSQL and use a shared
nothing architecture to achieve and active-active system.

Jon

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Albretch Mueller 2008-06-04 02:59:49 Re: How to just "link" to some data feed
Previous Message Dave Cramer 2008-06-04 00:24:47 Re: How to just "link" to some data feed