Re: Issues with Quorum Commit - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Issues with Quorum Commit
Date
Msg-id 4CADD922020000250003667A@gw.wicourts.gov
Whole thread Raw
In response to Re: Issues with Quorum Commit  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> wrote:
> Establishing an affinity between a session and one of the database
> servers will only help if the traffic is strictly read-only.
Thanks; I now see your point.
In our environment, that's pretty common.  Our most heavily used web
app (the one for which we have, at times, needed load balancing)
connects to the database with a read-only login.  Many of our web
apps do their writing by posting to queues which are handled at the
appropriate source database later.  (I had the opportunity to use
one of these "for real" last night, to fill in a juror questionnaire
after receiving a summons from the jury clerk in the county where I
live.)
Like I said, there are sane cases for this usage, but it won't fit
everybody.  I have no idea on percentages.
-Kevin


pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Issues with Quorum Commit
Next
From: Andrew Dunstan
Date:
Subject: Re: Git cvsserver serious issue