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 -> Efficiency of hierarchical queries

Efficiency of hierarchical queries

From: Keith D Gregory <keith_at_inconcert.com>
Date: 1998/02/02
Message-ID: <34D60B3D.41D9798@inconcert.com>#1/1

Looking at the execution plan for a hierarchical query, I see a table scan, no matter what I do for indexing hints. It seems to me that this will result in very poor performance for the table in question, which could contain several million rows.

So, is there something magical about the CONNECT BY operation, or will it really scan my table?

-kdg Received on Mon Feb 02 1998 - 00:00:00 CST

Original text of this message

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