Re: Multiple customers sharing one database?

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: Rick Schumeyer <rschumeyer(at)ieee(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Multiple customers sharing one database?
Date: 2007-06-01 19:00:21
Message-ID: FDF533F7-6A95-48E3-8E1E-B0C08FDF378D@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Jun 1, 2007, at 13:27 , Rick Schumeyer wrote:

> I'm developing an application that will be used by several
> independent customers. Conceptually, the data from one customer
> has no relation at all to another customer. In fact, each
> customer's data is private, and you would never combine data from
> different customers. I'm trying to decide whether to:

Unless the database schema is shared by the different customers, I'd
set up a separate database for each. There's better security with
separate databases, and since different customer's data would never
be combined, there's no advantage to putting them in the same one.
Per database overhead is probably going to be negligible compared to
the infrastructure you'd want to put in place for security.

Michael Glaesemann
grzm seespotcode net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2007-06-01 19:10:14 Re: Slightly OT.
Previous Message Alexander Staubo 2007-06-01 18:57:36 Re: Slightly OT.