Re: HA solution

Поиск
Список
Период
Сортировка
От Jaiswal Dhaval Sudhirkumar
Тема Re: HA solution
Дата
Msg-id F260108AB230D44CBAA660B47CC4110A06EB9B51@blrisbe01.MLCORP.NET
обсуждение исходный текст
Ответ на HA solution  ("Jaiswal Dhaval Sudhirkumar" <JaiswalDS@microland.com>)
Ответы Re: HA solution
Список pgsql-general

Thanks for your great comments.

I have gone through suggested link & the streaming replication with 9.0+. (We are using PostgreSQL 8.4. Not to worry I will migrate it to 9.0+)

It seems to me that if i will go with this Active/Hot stand by(stream) architecture, I can generate the report from my standby database; which is in readable mode. Isn't it?

Can i take the dump from my standby database through pg_dump?

Is this standby comfortable with Big datatypes like (BLOB, CLOB, GIS, etc.) & partitioning table?


--
Thanks & Regards
Dhaval Jaiswal



-----Original Message-----
From: Adrian Klaver [mailto:adrian.klaver@gmail.com]
Sent: Sun 1/16/2011 1:28 AM
To: pgsql-general@postgresql.org
Cc: Jaiswal Dhaval Sudhirkumar; John R Pierce
Subject: Re: [GENERAL] HA solution

On Saturday 15 January 2011 10:07:14 am Jaiswal Dhaval Sudhirkumar wrote:
> Thanks for your support.
>
> We have power full HP servers with lots of CPU cores, I/O bandwidth and
> memory too.
>
> Actually I will give you the environment details, which will help you to
> understand.
>
> It is a huge set-up where we have a DC & DR. There will be lots of daily
> edit and read hits. Also there would be lots of read hits from reporting
> perspective too. Therefore, I thought of to keep one node for edit and
> other one for read (OLTP vs REPORTING) kind of structure for DC & if it
> goes down DR will take care. However in your suggested structure there will
> be only one active node at a time in DC. Even standby database would be in
> recovery mode.
>
> Initially I thought of the set-up slony replication for (OLTP vs REPORTING)
> & pgpool replication for (OLTP vs OLTP) but there will be very huge GIS
> database size & they agreed only on cluster set-up.
>
> I really need thoughts/comments/help from experts.

First a data directory cannot be shared between database clusters. To put it
another away each database cluster you initdb will need to have its own data
directory.

Second with Postgres 9.0+ there is the concept of hot standby whereby the
standby cluster is available for read only operations while it is in recovery
mode. For an idea of what is possible you might to take a look at this blog:

http://blog.2ndquadrant.com/en/2011/01/easier-postgresql-90-clusters.html

Conclusion. Pulling together what has already been posted. If you want to run
two Postgres instances you will need to have two copies of the data. If you
want one copy of the data you will have to work with one instance of Postgres.

>
>
> --
> Thanks & Regards
> Dhaval Jaiswal
>





--
Adrian Klaver
adrian.klaver@gmail.com

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. 
Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon,this information by persons or entities other than the intended recipient is prohibited. 
If you received this in error, please contact the sender and delete the material from your computer. 
Microland takes all reasonable steps to ensure that its electronic communications are free from viruses. 
However, given Internet accessibility, the Company cannot accept liability for any virus introduced by this e-mail or any attachment and you are advised to use up-to-date virus checking software. 

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

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: libpq: binary data vs textual
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: How to generate unique invoice numbers for each day