Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Horrible Query Performance, Simple Query -- Performance Tuning Help Needed
Here are the indexes:
ebiz_application_document-
APPLICATION_DOCUMENT_PK (Unique)
-Application_Documnent_ID
APPLICATION_DOCUMENT_UNIQUE (Unique)
Event
EVENT_PK (Unique)
DICTATING_CLINICIAN_NCID_X1 (Non Unique)
Operation,Object,COST,CARDINALITY
SELECT STATEMENT (),,60,162
SORT (ORDER BY),,60,162
NESTED LOOPS (),,59,162
NESTED LOOPS (),,58,386
TABLE ACCESS (BY INDEX ROW,EVENT,19,386
INDEX (RANGE SCAN),EVENT_X1,4,386
TABLE ACCESS (BY INDEX ROW,DOCUMENT,1,1
INDEX (RANGE SCAN),DOCUMENT_PK,1,1
INDEX (UNIQUE SCAN),APPLICATION_DOCUMENT_UNIQUE,0,1
Received on Wed Apr 19 2006 - 13:36:47 CDT