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

From Igor Neyman
Subject Re: How clustering for scale out works in PostgreSQL
Date
Msg-id A76B25F2823E954C9E45E32FA49D70EC1BBF9B16@mail.corp.perceptron.com
Whole thread Raw
In response to Re: How clustering for scale out works in PostgreSQL  (bsreejithin <bsreejithin@gmail.com>)
Responses Re: How clustering for scale out works in PostgreSQL  (bsreejithin <bsreejithin@gmail.com>)
List pgsql-performance
> -----Original Message-----
> From: pgsql-performance-owner@postgresql.org [mailto:pgsql-
> performance-owner@postgresql.org] On Behalf Of bsreejithin
> Sent: Thursday, August 29, 2013 12:42 PM
> To: pgsql-performance@postgresql.org
> Subject: Re: [PERFORM] How clustering for scale out works in PostgreSQL
>
> The performance test that was conducted was for 1 Hour.
>
> There are 6 transactions. 2 DB inserts and 4 SELECTs.
> Every 2 minutes there will be 4 SELECTs. And every 3 minutes there will be 2
> DB inserts.
>
>
>
> --
> View this message in context:
> http://postgresql.1045698.n5.nabble.com/How-clustering-for-scale-out-
> works-in-PostgreSQL-tp5768917p5768957.html
> Sent from the PostgreSQL - performance mailing list archive at Nabble.com.
>
>

With that kind of activity, you don't need clustering for your 1000 users.
What you need is PgBouncer, it should solv your problem.  Please read some docs on PgBouncer, it's "light-weight" and
veryeasy to setup. 

Regards,
Igor Neyman


pgsql-performance by date:

Previous
From: "Joshua D. Drake"
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