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

Home -> Community -> Usenet -> c.d.o.server -> Re: Million row query question

Re: Million row query question

From: Daniel A. Morgan <dmorgan_at_exesolutions.com>
Date: Wed, 28 Feb 2001 21:26:00 -0800
Message-ID: <3A9DDD68.334B0011@exesolutions.com>

> I'm trying to speed up an archiving query.
> Step #1 I build a key table
> Step #2 join the key table with production table and insert into the archive
> table.
> Step #3 Delete from the production table.
>
> I'm 100% sure the indexes are in place! What else is going on here should a
> increase sort area size? It's running on NT 4 550 Xeon processors, with 2
> GB of RAM. 1.5 GB of RAM is free, and the query is currently only running
> on 1 processor, I could maybe use two, but where would I give it the hint?

You have provided an amount of information completely inadequate to help you. Post descriptions of the tables and the indexes and your complete select statement. Having indexes does not mean you are using them. Have you run an explain plan?

Daniel A. Morgan Received on Wed Feb 28 2001 - 23:26:00 CST

Original text of this message

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