Re: How clustering for scale out works in PostgreSQL

Поиск
Список
Период
Сортировка
От Igor Neyman
Тема Re: How clustering for scale out works in PostgreSQL
Дата
Msg-id A76B25F2823E954C9E45E32FA49D70EC1BBF9B16@mail.corp.perceptron.com
обсуждение исходный текст
Ответ на Re: How clustering for scale out works in PostgreSQL  (bsreejithin <bsreejithin@gmail.com>)
Ответы Re: How clustering for scale out works in PostgreSQL
Список 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 по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: How clustering for scale out works in PostgreSQL
Следующее
От: bsreejithin
Дата:
Сообщение: Re: How clustering for scale out works in PostgreSQL