Re: PG vs MySQL - Mailing list pgsql-general

From Marc G. Fournier
Subject Re: PG vs MySQL
Date
Msg-id 20040329140719.B51637@ganymede.hub.org
Whole thread Raw
In response to Re: PG vs MySQL  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-general
On Mon, 29 Mar 2004, Joshua D. Drake wrote:

> If you need separate data spaces for each customer but the application
> uses the same schema, use namespaces within a single database.

What does that buy you that doing seperate databases doesn't?  Either way,
you have one connection per client, and each connection is still going to
open the same number of files to do their work ...

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pl/pgsql perform and execute return wrong values...
Next
From: Mike Nolan
Date:
Subject: Re: PG vs MySQL