Re: Split read/write queries between 2 servers (one master and one slave with streaming replication)?

From: Venkateswaran <venkateswaran(dot)srec(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Split read/write queries between 2 servers (one master and one slave with streaming replication)?
Date: 2018-02-14 13:59:47
Message-ID: 1518616787774-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I am also trying to split read and write queries, where reads should go to
the slave server (streaming replication) and writes to the master server.
Any tool available to perform this activity instead of two connection pool?

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message GALLIANO Nicolas 2018-02-14 14:20:28 RE: Barman 2.3 errors
Previous Message Edson Carlos Ericksson Richter 2018-02-14 13:00:28 Re: execute block like Firebird does