Re: Hosting options on Postgres - what's best?

From: Peter Wilson <petew(at)yellowhawk(dot)co(dot)uk>
To: Just Someone <just(dot)some(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Hosting options on Postgres - what's best?
Date: 2005-05-11 19:52:30
Message-ID: 4282627E.2060301@yellowhawk.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Just Someone wrote:

>Hi,
>
>I'm looking into creating a hosted application with Postgres as the
>SQL server. I would like to get some ideas and oppinions about the
>different ways to separate the different clients, using postgres.
>
>The options I had in mind:
>
>1) Create a different database per client. How much overhead will this add?
>
>2) Use schemas and authentication. So each client is a different
>schema on the database.
>
>3) Use application level security (per object security maintained by the app).
>
>4) ????
>
>Any ideas? Opinnions?
>
>js.
>
>---------------------------(end of broadcast)---------------------------
>TIP 7: don't forget to increase your free space map settings
>
>
>
We use a single schema or multiple clients in a web environment using
whitebeam. We ridgedly enforce secure access through a client_id model.
In a web environment with lots of clients this has the benefit over
other appoaches that you have far fewer database connections that
otherwise, and that the connections can safely be persistent.

If you can't safely control the access of course (because you're not
writing the application maybe) then other solutions are more secure.

Pete
--
http://www.whitebeam.org

--
Peter Wilson
T: 01707 891840
M: 07796 656566
http://www.yellowhawk.co.uk
<http://www.yellowhawk.co.uk>

------------------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alex Turner 2005-05-11 20:02:45 Re: [GENERAL] Storing database in WORM devices
Previous Message GGoshen 2005-05-11 19:51:43 Re: [GENERAL] Storing database in WORM devices