Best way to support many many users?

From: Patrick Giagnocavo <a222(at)redrose(dot)net>
To: "pgsql-sql(at)hub(dot)org" <pgsql-sql(at)hub(dot)org>
Subject: Best way to support many many users?
Date: 1999-06-24 06:50:57
Message-ID: 3771D551.40E9CF57@redrose.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I am setting up a web server with Postgres.

I am trying to figure out how exactly to allow multiple users to each
have their own "sandbox" without being able to interfere with other
user's data. I am also a little concerned about performance issues (I
have 256 MB RAM in my system to help with this).

Is it more efficient to start up multiple postmaster processes on
different ports, or run everything from one postmaster?

Any tips, tricks, documentation etc very greatly appreciated.

./patrick
a222(at)redrose(dot)net

Browse pgsql-sql by date

  From Date Subject
Next Message Jim Rowan 1999-06-24 06:53:05 trouble creating log table with rules
Previous Message Zalman Stern 1999-06-24 01:15:16 Re: [SQL] Re:Create table doesn't always respect atomicity of transactions