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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Large Tables

Re: Large Tables

From: <nomail_at_nowhere.fr>
Date: 1997/09/19
Message-ID: <34228CB6.5BE5B369@nowhere.fr>#1/1

I did and you better use ParallelQuery (Full Scan in //) and be very careful with Joints as the performance
drop if you use standard Index Optimisation. Our database: 1g ram 60g data 30 Tables (1-10 Million lines), Joins 6-7 Tables.
Happy Tuning (avoid implicit nested loop).

An exemple of the same query: Join on 6 Tables Standard Indexes Plan: 8 Hours
Parallel Query with implicit Nested Loop: several Weeks (3 million * 20 s) Query Tuned with only Hash/Sort/Join/Full: 10 min

Richu Wu wrote:

> I am using Oracle Applications SC 10.7 on an Oracle 7.3 database. The
> server will be an IBM R50 RiSC 6000 w/ 8 processors and 2 Gigs of RAM.
>
> One of the main table that will be used in reporting could hold as many as
> 8,000,000 records.
>
> Has anyone had any experience querying against tables of this magntitude?
> I don't have any way in the near future to test this. Any help would be
> appreciated.
>
> Thank you,
>
> Richu Wu
Received on Fri Sep 19 1997 - 00:00:00 CDT

Original text of this message

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