PostgreSQL, clusters and load-balance

From: "Bill Wordsworth" <bill(dot)wordsworth(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: PostgreSQL, clusters and load-balance
Date: 2008-03-25 18:16:37
Message-ID: 1e07a2bd0803251116h52082815m8a73b88b17f0fcfd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When traffic goes up, my webserver creates multiple instances of
postgresql.exe. At some basic level, aren't they similar to Oracle's RAC
"clusters", except that they are not aware of each other? Does this mean
that if I were to create copies of postgresql.exe beforehand and somehow
split traffic to them, traffic could be handled better?

Also, if I install postgresql on multiple boxes, how can I load-balance-
configure traffic to be split depending on load, at application or webserver
level?

All this for mostly read-only data.

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2008-03-25 18:23:02 Re: PostgreSQL, clusters and load-balance
Previous Message Anton Melser 2008-03-25 18:08:15 Re: Client-requested cast mode to emulate Pg8.2 on v8.3