Hi,
I am new to pgpool.
I have recently set up Slony replication for a database, with the idea that
I would use pgpool to send all update requests to the primary server and all
selects to the secondary server.

I set it up as follows:

load_balance_mode = true
weight_master = 0
weight_secondary = 1


However selects are still being sent to the master db.

Is this not the correct way to do this?
Regards,
-- 
Michael
_______________________________________________
Pgpool-general mailing list
Pgpool-general@pgfoundry.org
http://pgfoundry.org/mailman/listinfo/pgpool-general

Reply via email to