Re: Changing the concept of a DATABASE

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Florian Pflug <fgp(at)phlo(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Changing the concept of a DATABASE
Date: 2012-05-22 11:47:34
Message-ID: CA+U5nM+u-fMwbGkKkjCMEcgNG7xpeYsVBSNv=bPj=nvd7b9AMA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 22 May 2012 12:35, Florian Pflug <fgp(at)phlo(dot)org> wrote:

>> * Allow users to access tables in >1 database easily, with appropriate rights.
>
> That one I'm very sceptical about. In the long run, I think we want better
> separation of databases, not less, and this requirement carries a huge risk
> of standing in the way of that. Also, I think that once we integrate the postgres
> FDW into core (that's the plan in the long run, right?), we're going to get
> a good approximation of that essentially for free.

It's a poor approximation of it, free or not.

If it actually worked well, I'd be happy. It doesn't. No proper
transaction support, no session pool, poor planning etc etc. At best
its a band-aid, not something sufficiently good to recommend for
general production use.

FDWs are very good but aren't good enough for intra-database usage.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-05-22 11:56:04 Re: Changing the concept of a DATABASE
Previous Message Florian Pflug 2012-05-22 11:35:42 Re: Changing the concept of a DATABASE