Re: Changing the concept of a DATABASE

From: Florian Pflug <fgp(at)phlo(dot)org>
To: Susanne Ebrecht <susanne(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Changing the concept of a DATABASE
Date: 2012-05-24 10:29:14
Message-ID: AEA5D1C5-42BA-4CB6-901E-13126CC64CF7@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On May24, 2012, at 11:39 , Susanne Ebrecht wrote:
> There are lots of offices / departments creating maps. Topography maps,
> pipeline maps, nature conservancy (e.g. where are the nests from endangered
> birds?), mineral resources, wire maps, street maps, bicycle / jogging maps,
> tourists maps, tree maps, cadastral land register, and so on.
>
> All this departments have their own databases for their own maps.
> They only map their own stuff.
>
> Towns / states / regions have a department where all these maps get collected.

The question is, how do they get collected? If they use some home-grown replication,
they might just as well collect them into schemas instead of databases. The same is
possible with slony, I think. And if they use WAL-based replication, they have no
choice but to collect them in different clusters, so cross-database queries within
a cluster wouldn't help.

I think that you're right that reporting would one of the main use-cases for cross-
database queries. But reporting is also, I think, one of the main uses-cases for
WAL-based replication. So having cross-database queries with don't allow queries
across multiple replicas will leave quite a few people out in the cold.

best regards,
Florian Pflug

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2012-05-24 10:43:01 pg_stat_statements temporary file
Previous Message Florian Pflug 2012-05-24 10:20:23 Re: [RFC] Interface of Row Level Security