On Fri, Oct 20, 2006 at 11:03:12PM -0700, [EMAIL PROTECTED] wrote:
> I believe the reason we're using individual databases is for marketing 
> purposes. aparently being
> able to say its a single tenent application is a selling point.
> 
> Although if its going to be too problematic we may switch to a single db.
> 
If you use a standard database (I'm familiar with Postgres, so that is
what I will use for an example), you can create a single DB cluster that
contains many databases.  Based on access restrictions, each database
can be "single tenant" since you must create the database and the user
and then provide rights.  Or you can create the user and then the
database, making the user the owner of that databse.

Regards,

-Roberto

-- 
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com

Attachment: signature.asc
Description: Digital signature

Reply via email to