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

Home -> Community -> Usenet -> comp.databases.theory -> Re: multiple DB and one APP

Re: multiple DB and one APP

From: Impulsive <sigenest_at_gmail.com>
Date: 6 Jan 2005 12:22:39 -0800
Message-ID: <1105042959.349773.283980@c13g2000cwb.googlegroups.com>


If this is an option, you can distribute the data model between the nodes, so that the query runs on one node only and all affected by the query data is on one node. The rest of the data are on other nodes. It depends on the design of course, you can't put it all on one node, if the growth rate in one part of the data model is much bigger then in other parts. And there are many other "IF"s also. Just to give you another idea... hope this makes sense Received on Thu Jan 06 2005 - 14:22:39 CST

Original text of this message

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