Re: Re: [GENERAL] PostgreSQL vs. MySQL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Mike Mascari <mascarm(at)mascari(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Philip Warner <pjw(at)rhyme(dot)com(dot)au>, Chris Bitmead <chrisb(at)nimrod(dot)itg(dot)telstra(dot)com(dot)au>, "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Re: [GENERAL] PostgreSQL vs. MySQL
Date: 2000-07-10 18:52:32
Message-ID: 200007101852.OAA00269@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

> Bruce Momjian wrote:
> >
> > > And of course the major problem with *that* is how do you get the
> > > connection request to arrive at a backend that's been prestarted in
> > > the right database? If you don't commit to a database then there's
> > > not a whole lot of prestarting that can be done.
> > >
> > > It occurs to me that this'd get a whole lot more feasible if one
> > > postmaster == one database, which is something we *could* do if we
> > > implemented schemas. Hiroshi's been arguing that the current hard
> > > separation between databases in an installation should be done away
> > > with in favor of schemas, and I'm starting to see his point...
> >
> > This is interesting. You believe schema's would allow a pool of
> > backends to connect to any database? That would clearly be a win.
>
> I'm just curious, but did a consensus ever develop on schemas? It
> seemed that the schemas/tablespace thread just ran out of steam.
> For what its worth, I like the idea of:

You can find the entire thread in the current development tree in
doc/TODO.detail/tablespaces.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ed Loehr 2000-07-10 18:55:24 Re: Another mySQL to PostgreSQL move question
Previous Message Matt Housh 2000-07-10 18:48:12 Another mySQL to PostgreSQL move question

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-07-10 18:56:09 Re: Re: [GENERAL] PostgreSQL vs. MySQL
Previous Message Marten Feldtmann 2000-07-10 18:37:33 Re: Alternative new libpq interface.