Re: Question about load balance

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Question about load balance
Date: 2012-06-11 06:35:03
Message-ID: 4FD59197.5010507@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/10/12 11:26 PM, Condor wrote:
> Im not sure, just looking how to make load balance. I have a small
> database around 20 gb,
> but I expect to join another database on different scheme and Im
> looking for solution
> about load balance or some cache mechanism. Bad part is one row from
> db is read once
> in a month, in worst scenario 3-4 times in month and I think cache is
> not good option,
> but I don't have idea how will work.

whats the problem you're trying to solve? so far, doesn't sound like
you have anything that a decent database server couldn't handle easily.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Condor 2012-06-11 07:11:52 Re: Question about load balance
Previous Message Condor 2012-06-11 06:26:56 Re: Question about load balance