Re: Postgres replication

From: Kevin Kempter <kevin(at)kevinkempterllc(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgres replication
Date: 2008-01-10 15:10:39
Message-ID: 200801100810.39629.kevin@kevinkempterllc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thursday 10 January 2008 00:38:38 nalini wrote:
> Dear All
>
> I have a application running at various locations with backend as postgres
> Slony is configured at all locations for replication at local site anda
> central server where each site has its own database instance.
>
> Now we wish to merge data collected from all the sites into one database
> instance to provide consolidated view
>
> database schema is same at all the places
> However as the application is still under development the schema maychange.
> however the change will happen at all the locations.
>
> Pls suggest a solution
>
> with regards
>
>
> Nalini S. Nautiyal

Maybe you could use dblink (in contribs) or dbi-link (see pgfoundry) and
create a db full of remote "views" each one being a join that retrieves all
data for that table from all related databases/clusters ?

/Kevin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message johnf 2008-01-10 15:12:39 Re: find the sequence name from schema, table, field
Previous Message Alvaro Herrera 2008-01-10 14:12:43 Re: find the sequence name from schema, table, field