Dynamic data model, locks and performance

From: Pierre Thibault <pierre(dot)thibault1(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Dynamic data model, locks and performance
Date: 2010-07-28 23:06:51
Message-ID: AANLkTi=w=qp7zxC_10Dfkn=S9Q-vKG=2o_Fyj1O9h1Bj@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello people of the Postgresql world!

I am wondering if Postgresql would a great choice for my database needs.

I would like to create a db with dynamic data model. I would like to be able
to add tables and columns to existing tables while other queries are
running.

Will Postresql be able to manage the locks correctly? Am I pushing
Postgresql too far by wanting to do something like this? If so, what do you
suggest instead?

Also, I would like to be able to have millions of tables in my database. As
I know, Postgresql uses one file per table. So is this problem related to
performance about mapping correctly the files with the file system? Is
Posgresql able to handle this kind of charge?

--
A+

-------------
Pierre

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2010-07-28 23:33:01 Re: [GENERAL] Incorrect FTS result with GIN index
Previous Message Greg Smith 2010-07-28 22:56:56 Re: Which CMS/Ecommerce/Shopping cart ?