Re: Multiple customers sharing one database?

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: Multiple customers sharing one database?
Дата
Msg-id FDF533F7-6A95-48E3-8E1E-B0C08FDF378D@seespotcode.net
обсуждение исходный текст
Ответ на Multiple customers sharing one database?  (Rick Schumeyer <rschumeyer@ieee.org>)
Ответы Re: Multiple customers sharing one database?  (Lew <lew@nospam.lewscanon.com>)
Список 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



В списке pgsql-general по дате отправления:

Предыдущее
От: "Alexander Staubo"
Дата:
Сообщение: Re: Slightly OT.
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Slightly OT.