Re: How clustering for scale out works in PostgreSQL

From: Igor Neyman <ineyman(at)perceptron(dot)com>
To: bsreejithin <bsreejithin(at)gmail(dot)com>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: How clustering for scale out works in PostgreSQL
Date: 2013-08-29 16:49:56
Message-ID: A76B25F2823E954C9E45E32FA49D70EC1BBF9B16@mail.corp.perceptron.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> -----Original Message-----
> From: pgsql-performance-owner(at)postgresql(dot)org [mailto:pgsql-
> performance-owner(at)postgresql(dot)org] On Behalf Of bsreejithin
> Sent: Thursday, August 29, 2013 12:42 PM
> To: pgsql-performance(at)postgresql(dot)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 very easy to setup.

Regards,
Igor Neyman

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message bsreejithin 2013-08-29 16:52:44 Re: How clustering for scale out works in PostgreSQL
Previous Message Joshua D. Drake 2013-08-29 16:46:06 Re: How clustering for scale out works in PostgreSQL