Create/Erase 5000 Tables in PostGRE SQL in execution Time - Mailing list pgsql-general

From Orlando Giovanny Solarte Delgado
Subject Create/Erase 5000 Tables in PostGRE SQL in execution Time
Date
Msg-id BAY114-F36813EA234ABA4B9AD49A0A01B0@phx.gbl
Whole thread Raw
Responses Re: Create/Erase 5000 Tables in PostGRE SQL in execution
List pgsql-general
I am designing a system that it takes information of several databases
distributed in Interbase (RDBMS). It is a system web and each user can to do
out near 50 consultations for session. I can have simultaneously around 100
users. Therefore I can have 5000 consultations simultaneously. Each
consultation goes join to a space component in Postgis, therefore I need to
store each consultation in PostgreSQL to be able to use all the capacity of
PostGIS. The question is if for each consultation in  execution time build a
table in PostGRESQL I use it and then I erase it. Is a system efficient this
way? Is it possible to have 5000 tables in PostGRESQL? How much performance?

Thanks for your help!



Orlando Giovanny Solarte Delgado
Ingeniero en Electrónica y Telecomunicaciones
Universidad del Cauca, Popayan. Colombia.
E-mail Aux: orlandos@gmail.com



Orlando Giovanny Solarte Delgado
Ingeniero en Electrónica y Telecomunicaciones
Universidad del Cauca
E-mail Aux: orlandos@gmail.com



pgsql-general by date:

Previous
From: "Orlando Giovanny Solarte Delgado"
Date:
Subject: Create/Erase 5000 Tables in PostGRE SQL in execution Time
Next
From: "Jim C. Nasby"
Date:
Subject: Real-time TB databases (not PostgreSQL related)