Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> design for query performances on large tables
Hi all,
SCENARIO:
- oracle 9i RAC installation on linux RedHat, with partitioning enabled
the system has to correlate records coming from table in sqlserver and
from other 2 in oracle db.
the tables records are generated at a very fast rate, around 1M
records/day
they are coming from text files, imported to the DB
to handle complexity, range partitioning is used in oracle, but is
unavailable in sqlserver.
the records are going to be correlated via primary key, which is the
same in a 1-1 relationship
a set of queryies with group function are going to be runned nightly on
the correlated data
the solution we are projecting are the following:
which would be the best approach in tour opinion?
any help would be appreciated
vl
Received on Tue Feb 08 2005 - 05:43:26 CST