<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi,<br>
<br>
I hope that my question is clear enough to be answered.<br>
<br>
I'm setting up a multiuser system with PostGIS and UMN MapServer. </font><font
 face="Helvetica, Arial, sans-serif">When the user starts the system, a
unique id is assigned to the session. <br>
<br>
</font><font face="Helvetica, Arial, sans-serif">I offer the user a
selection of "default" geometry sets to work with. </font><font
 face="Helvetica, Arial, sans-serif">During the session, the user can
buffer geometries, which are stored as new geometry tables in the
system. To keep track of the various users/tables, I have a kind of
"lookup table", referencing the unique id with the geometry tables. <br>
<br>
The question is a rather pragmatic one. Should I set up one
lookup-table and store all default tables along with all table
references that all users create, or create a seperate lookup table for
every session that is started? So consider 500 people with each more
then 20 geometry tables working on the system the same time. What is
more performant: all users working on one big table or working on
several smaller ones?<br>
<br>
regards,<br>
alex<br>
</font><font face="Helvetica, Arial, sans-serif"><br>
<br>
</font>
<pre class="moz-signature" cols="72">
</pre>
</body>
</html>