Re: Postgresql Replication Performance
От
Aleksej Trofimov
Тема
Re: Postgresql Replication Performance
Дата
Msg-id
4F043B22.3030801@ruptela.lt
Ответ на
Re: Postgresql Replication Performance (Saurabh)
Список
Дерево обсуждения
Re: Postgresql Replication Performance Saurabh <saurabh.b85@gmail.com>
Re: Postgresql Replication Performance Aleksej Trofimov <aleksej.trofimov@ruptela.lt>
On 01/04/2012 12:41 PM, Saurabh wrote: > Thank you all for the valuable information. Now we have decide to go > with streaming replication. I did the setup on machine and it is > working good. Now I have to implement the automatic failover. Please > share a solution for the same. > > Saurabh Gupta > You ca use pgpool-II for automatic failover and connection cache. This article is good enough http://pgpool.projects.postgresql.org/contrib_docs/simple_sr_setting/index.html Also do not forget to configure Postgres max_connections >= (pgpool) num_init_children*max_pool if you'll use connections cache. -- Best regards Aleksej Trofimov
В списке pgsql-performance по дате отправления