load balancing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vanchau
    New Member
    • Apr 2007
    • 1

    load balancing

    Hi every body!
    please show me the way to implement load balancing in postgresql, with 2 or 3 servers DB.
    Thank you so much.
  • michaelb
    Recognized Expert Contributor
    • Nov 2006
    • 534

    #2
    Welcome to the Forum!

    There's a number of ways to implement the load balancing with Postgresql.
    You probably need to start here , and then review these links.
    Replication and High Availability
    slony
    new slony web-site
    mammoth replicator
    pgpool

    Ultimately you will choose implementation that fits best to your specific situation, OS, usage patterns, etc.

    Comment

    Working...