On Thu, 17 Feb 2000, Nemeth Miklos wrote:
# Even very expensive commercial database engines (like Oracle,
# ObjectStore, etc) does not provide any kind of load balancing.
# And even wors no connection pooling.
# PostgreSQL follows the DBMS norm.
Check out Sybase's OpenSwitch.
--
SA, bey
If there are too many requests for a particular database, is there a way
for postgresql to do load balancing across multiple servers? As far as I
can see, the only way would be to split the tables within the database
into distinct databases. Of course, this would assume there are no
dependencies b