Re: Re: [GENERAL] PostgreSQL vs. MySQL - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: [GENERAL] PostgreSQL vs. MySQL
Date
Msg-id 962.963245312@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: [GENERAL] PostgreSQL vs. MySQL  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Responses Re: Re: [GENERAL] PostgreSQL vs. MySQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes:
>> No, I meant that we wouldn't have physically separate databases anymore
>> within an installation, but would provide the illusion of it via
>> schemas.  So, only one pg_class (for example) per installation.
>> This would simplify life in a number of areas... but there are downsides
>> to it as well, of course.

> Oops. This seems the wrong way to go. Increasing coupling between
> databases to support schemas really means that we've traded one feature
> for another, not increased our feature set. 

You could argue it that way, or you could say that we're replacing a
crufty old single-purpose feature with a nice new multi-purpose feature.

I'm not by any means sold on removing the physical separation between
databases --- I can see lots of reasons not to.  But I think we ought
to think hard about the choice, not have a knee-jerk reaction that we
don't want to "eliminate a feature".  Physically separate databases
are an implementation choice, not a user feature.
        regards, tom lane


pgsql-hackers by date:

Previous
From: eisentrp@csis.gvsu.edu
Date:
Subject: Re: Templates
Next
From: Tom Lane
Date:
Subject: Re: Templates