Thread: splitting tables into db's

splitting tables into db's

From
Marc Tardif
Date:
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 between each database. This can obviously cause a problem, so
are there any recommended ways to have a form of load balancing with
postgresql?

Marc