472,353 Members | 1,251 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

Postgres clustering?

I am interested in finding out about Enterprise scale Postgres
installations and clustering, especially on Linux.

Essentially I would like to know the possibility that Postgres can store
the database data in a central location (ex: on a SAN fiber array) and
have a cluster of machines sharing processor/RAM/IO bandwidth to do the
application processing. Or perhaps there is another solution similar to
what www.emicnetworks.com have developed for MySQL where the 'cluster'
seems to be really a set of individual MySQL servers that syncronize
their data at a very high speed?

I have found from my investigations that the usual Linux cluster tools,
like Beowulf/Mosix/openMosix/Alinka/Qlusters dont support Postgres and
similar apps because of the shared memory or other issues. The
complexity of RDBMS transactions seems to have limited parallel
processing in this field to the big (read: EXPENSIVE) guys like Oracle
and IBM.

Does anyone know of a technique to centralize the Postgres data storage
and farm out the processor/RAM/IO needs to a scalable resource? It seems
like it should be able to be done, but at the moment its looking to me
like the choice looks like this:

- Buy bigger and bigger hardware to run Postgres.
- Fork out large sums of money and port applications to Oracle or DB2

Anyone have any success with OpenSource tools for this or similar
issues?

Thanks.

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 22 '05 #1
3 8584
There currently is no solution as I have asked this question quite a few
times in the past. The best solution that exists for Postgres is
master/slave asynchronous replication which is not what you want.

I am very interested in a similar solution and believe that I could get some
resources from my company for implementing such a system. Are you interested
in helping to develop the functionality for Postgres?

Is anybody else in the Postgres world even interested in pursuing this
functionality set in more than lip service? Are there any currently active
Postgres projects out there trying to achieve this?

Is there any activity on the replication issues that appear on the TODO
Postgres list at http://developer.postgresql.org/todo.php? If so who is
working on them so I can contact them?

Feedback on these topics would be appreciated.
Keith

-----Original Message-----
From: pg*****************@postgresql.org
[mailto:pg*****************@postgresql.org] On Behalf Of warwick.poole
Sent: Thursday, February 26, 2004 2:41 PM
To: pg***********@postgresql.org
Subject: [GENERAL] Postgres clustering?
I am interested in finding out about Enterprise scale Postgres installations
and clustering, especially on Linux.

Essentially I would like to know the possibility that Postgres can store the
database data in a central location (ex: on a SAN fiber array) and have a
cluster of machines sharing processor/RAM/IO bandwidth to do the application
processing. Or perhaps there is another solution similar to what
www.emicnetworks.com have developed for MySQL where the 'cluster' seems to
be really a set of individual MySQL servers that syncronize their data at a
very high speed?

I have found from my investigations that the usual Linux cluster tools, like
Beowulf/Mosix/openMosix/Alinka/Qlusters dont support Postgres and similar
apps because of the shared memory or other issues. The complexity of RDBMS
transactions seems to have limited parallel processing in this field to the
big (read: EXPENSIVE) guys like Oracle and IBM.

Does anyone know of a technique to centralize the Postgres data storage and
farm out the processor/RAM/IO needs to a scalable resource? It seems like it
should be able to be done, but at the moment its looking to me like the
choice looks like this:

- Buy bigger and bigger hardware to run Postgres.
- Fork out large sums of money and port applications to Oracle or DB2

Anyone have any success with OpenSource tools for this or similar issues?

Thanks.

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Nov 22 '05 #2
On Thu, Feb 26, 2004 at 03:22:02PM -0600, Keith Bottner wrote:
I am very interested in a similar solution and believe that I could get some
resources from my company for implementing such a system. Are you interested
in helping to develop the functionality for Postgres?

Is anybody else in the Postgres world even interested in pursuing this
functionality set in more than lip service? Are there any currently active
Postgres projects out there trying to achieve this?


If you want this, then go and support the folks working on the
Postgres-R project. They have a design for this sort of thing there,
although it does some remarkably tricky things that not everyone
thinks will work. (I happen to be among the somewhat optimistic on
this front, but I haven't been able to bring any money to the
project.)

A

--
Andrew Sullivan

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)

Nov 22 '05 #3
Thanks Andrew, I will do some digging on the Postgres-R front to see what
their focus is.

Keith

-----Original Message-----
From: pg*****************@postgresql.org
[mailto:pg*****************@postgresql.org] On Behalf Of Andrew Sullivan
Sent: Thursday, February 26, 2004 4:36 PM
To: pg***********@postgresql.org
Subject: Re: [GENERAL] Postgres clustering?
On Thu, Feb 26, 2004 at 03:22:02PM -0600, Keith Bottner wrote:
I am very interested in a similar solution and believe that I could
get some resources from my company for implementing such a system. Are
you interested in helping to develop the functionality for Postgres?

Is anybody else in the Postgres world even interested in pursuing this
functionality set in more than lip service? Are there any currently
active Postgres projects out there trying to achieve this?


If you want this, then go and support the folks working on the Postgres-R
project. They have a design for this sort of thing there, although it does
some remarkably tricky things that not everyone thinks will work. (I happen
to be among the somewhat optimistic on this front, but I haven't been able
to bring any money to the
project.)

A

--
Andrew Sullivan

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)

Nov 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Nico de Groot | last post by:
I have a 2 node Microsoft 2000 cluster with a shared storage device. I want to create automatic failover for MS SQL 2000 server. I can do that wit...
1
by: kumar | last post by:
Dear Friends, I wanted to configure Failover cluster for SQL Server 2000 on Windows 2000 advanced servers. I have only 2 no.s of windows 2000...
3
by: Shabam | last post by:
When a web application becomes overloaded with traffic, one can offload it by load balancing and clustering the front end web servers. What happens...
1
by: willie | last post by:
Hi all: I have a clustering SQL Server on Node1 and Node2, the Node1 has named Instance1 and Node2 has named Instance2, no default instance. We...
3
by: datapro01 | last post by:
Running DB2 version 8.1.1 on AIX 5.1.1 The table (employee) is being reorged and has a clustering index (empid). Is there any different...
11
by: chmmr | last post by:
Hi, I am currently in the process of gathering info/experiences for an incoming Linux DB2 clustering phase we actually know nothing about (since...
3
by: dejavue82 | last post by:
Hi, Does anybody know of a software package that allows for several servers, running asp.net 2.0 to be clustered, regardless of where they are...
5
by: Lakesider | last post by:
Hi NG, I have a question about data: I have travel-times from A to B like this from | to | sec. A B 17 A B 18 A B ...
3
by: Manish | last post by:
I think this question has been asked number of times. However, I am looking for some specific information. Perhaps some of you can help close the...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.