Re: How clustering for scale out works in PostgreSQL - Mailing list pgsql-performance

From Joshua D. Drake
Subject Re: How clustering for scale out works in PostgreSQL
Date
Msg-id 521F63DD.3050301@commandprompt.com
Whole thread Raw
In response to Re: How clustering for scale out works in PostgreSQL  (Richard Huxton <dev@archonet.com>)
Responses Re: How clustering for scale out works in PostgreSQL
List pgsql-performance
On 08/29/2013 07:59 AM, Richard Huxton wrote:
>
> On 29/08/13 13:14, bsreejithin wrote:
>>
>> I am *expecting 1000+ hits to my PostgreSQL DB* and I doubt my
>> standalone DB
>> will be able to handle it.

We are going to need a little more detail here. In a normal environment
1000+ "hits" isn't that much, even if the hit is generating a dozen
queries per page.

A more appropriate action would be to consider the amount of transaction
per second and the type of queries the machine will be doing. You will
want to look into replication, hot standby as well as read only scaling
with pgpool-II.


>
> OMG! 1000 hits every year! And "hits" too - not just any type of
> query!!!! :-)
>
> Seriously, if you try describing your setup, what queries make up your
> "hits" and what you mean by 1000 then there are people on this list who
> can tell you what sort of setup you'll need.
>
> While you're away googling though, "replication" is indeed the term you
> want. In particular "hot standby" which lets you run read-only queries
> on the replicas.

Sarcasm with new recruits to the community is not the way to go.


JD

--
Command Prompt, Inc. - http://www.commandprompt.com/  509-416-6579
PostgreSQL Support, Training, Professional Services and Development
High Availability, Oracle Conversion, Postgres-XC, @cmdpromptinc
For my dreams of your image that blossoms
    a rose in the deeps of my heart. - W.B. Yeats


pgsql-performance by date:

Previous
From: Richard Huxton
Date:
Subject: Re: How clustering for scale out works in PostgreSQL
Next
From: bsreejithin
Date:
Subject: Re: How clustering for scale out works in PostgreSQL