Re: does postgresql works on distributed systems?

From: Volkan YAZICI <yazicivo(at)ttmail(dot)com>
To: "Roberts\, Jon" <Jon(dot)Roberts(at)asurion(dot)com>
Cc: "Klint Gore" <kgore4(at)une(dot)edu(dot)au>, "Justin" <justin(at)emproshunts(dot)com>, <avin_friends(at)yahoo(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: does postgresql works on distributed systems?
Date: 2008-06-04 06:04:26
Message-ID: 87fxrt91n9.fsf@alamut.mobiliz.com.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 3 Jun 2008, "Roberts, Jon" <Jon(dot)Roberts(at)asurion(dot)com> writes:
> PostgreSQL does not have either a shared disk or shared nothing
> architecture.

But there are some turn arounds for these obstacles:

- Using pgpool[1], sequoia[2], or similar tools[3] you can simulate a
"shared nothing" architecture.

- Using an SSI (Single System Image) framework (e.g. OpenSSI[4]), you
can build your own "shared disk" architecture for any application.

I'm planning to make a survey regarding PostgreSQL performance on
OpenSSI. There are some obstacles mostly caused by shared-memory
architecture of PostgreSQL, but that claim is -- AFAIK -- totally
theoratical. There aren't any benchmarks done yet that explains
shared-memory bottlenecks of PostgreSQL on an OpenSSI framework. If
anybody have experience with PostgreSQL on OpenSSI, I'll be happy to
hear them. (Yeah, there were some related posts in the past; but they
were mostly noise.)

Regards.

[1] http://pgpool.projects.postgresql.org/
[2] http://sequoia.continuent.org/
[3] http://www.postgresql.org/docs/8.3/interactive/high-availability.html
[4] http://wiki.openssi.org/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guy Rouillier 2008-06-04 06:32:48 Re: does postgresql works on distributed systems?
Previous Message Terry Lee Tucker 2008-06-04 05:40:49 Re: Generate SQL Statements