Re: Does anyone user pg-pool II on real production ? Please help me.

Поиск
Список
Период
Сортировка
От Sameer Kumar
Тема Re: Does anyone user pg-pool II on real production ? Please help me.
Дата
Msg-id CADp-Sm4=yFb=aT44FJLTDT6Gv4GnkpRN_F+ebH1QKtc5FN8yTw@mail.gmail.com
обсуждение исходный текст
Ответ на Does anyone user pg-pool II on real production ? Please help me.  (tuanhoanganh <hatuan05@gmail.com>)
Ответы Re: Does anyone user pg-pool II on real production ? Please help me.  (tuanhoanganh <hatuan05@gmail.com>)
Список pgsql-general


On 6 Jan 2015 03:02, "tuanhoanganh" <hatuan05@gmail.com> wrote:
>
> Hello everybody
>
> Does anyone user pg-pool II on real production ? 

Yes we have a customer using it in load balancing mode and another one using it with Watchdog for high availability.

> How many slave do you have? and how many size of database ?
>

In both cases 1. But I believe pgpool can support more databases. Size of db should not matter but we have 50GB if database being used with pgpool.

> I need config my old retail system to support ~ 1500 user with 1000GB over 4 years. I want to try pgpool-II but don't found real system use it. 
>

I guess in addition to using pgpool you should also think about using pgbouncer as connection pooling agent (I would probably install it on application server and configure to connect to pgpool)

> My system use direct SQL SELECT query and a lot pg procedure.

If there is a way you can specify different connection strings for these two type of queries then you can make most out of pgbouncer. Do you do any explicit transactions in these procedures?

> Can pgpool-II support load balance from SELECT my_procedure() ...

Yes you can specify those on white list (provided they are readonly procedures).

>
> Please help me
>
> Thanks in advance. Sorry for my English.

В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Advice for using integer arrays?
Следующее
От: deans
Дата:
Сообщение: BDR Error restarted