Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Design question

Design question

From: Ajay Khandelwal <ajay_at_tems.com>
Date: Wed, 31 Jan 2001 11:22:29 -0800
Message-ID: <F001.002A603C.20010131102622@fatcity.com>

I have this design question for experts out there .. currently we have a single hosting database where we hosts many domains(8-10) within single database.Each of there domains allows the users to register themselves in to the site , so these users are inserted into a single table say "users" which has a field to identify which domain the user belongs to and there are other bunch of tables to support other functionalitis. Now this "users" table is growing at a fast rate along with other supporting tables.For performance/scalabilty and security reasons I am debating the idea of creating different schema for each domain so that each one of them have their owb "users" and other set of tables and one global schema for common tables and sequences. Which gives advantages like better performance ( if one domain have only 10000 users it will not suffer just because others have 10000000) . Since oracle 8i provides invokers right we can still have one piece of code.

Is it a good idea , considering no. of domains may go to 100s which will lead to 100 schemas .Are there any other issues(particulerly admin) which I am overlooking at ?
Pls Advice .

-ajay

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Ajay Khandelwal
  INET: ajay_at_tems.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jan 31 2001 - 13:22:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US