| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> difference between access times of SELECT and UPDATE
Hallo all!
can somebody explain me the difference between access times of SELECT and
UPDATE,
which use the same index? I get:
by SELECT:
Execution Plan
0 SELECT STATEMENT Optimizer=CHOOSE 1 0 INDEX (RANGE SCAN) OF 'I11_BBEWV2' (NON-UNIQUE) Statistics
0 recursive calls
0 db block gets
3 consistent gets
2 physical reads
0 redo size
by UPDATE
Execution Plan
0 UPDATE STATEMENT Optimizer=CHOOSE
1 0 UPDATE OF 'BBEWV2'
2 1 INDEX (RANGE SCAN) OF 'I11_BBEWV2' (NON-UNIQUE)
Statistics
2 recursive calls
394 db block gets
11203 consistent gets
11203 physical reads
113672 redo size
Thanks
Andrei
Received on Wed Apr 17 2002 - 03:52:15 CDT
![]() |
![]() |