Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Tuning - rows/buffer gets ratio

PinelaAug 23 2013 — edited Aug 23 2013

Hello Everyone,

(first, strange that I can't include images.... the button looks greyd-out).

running 11.2.0.2 on aix.

I have a query that ran for 3600 seconds, 3500 of which on cpu (sql).

TotalPer ExecutionPer Row
Executions11<0.01
Elapsed Time (sec)3,597.003,597.0029.48
CPU Time (sec)3,241.753,241.7526.57
Buffer Gets660,102,894660,102,894.005,410,679.46
Disk Reads16,58616,586.00135.95
Direct Writes00.000.00
Rows122122.001
Fetches1010.000.08

The EP has several nested loops with one full table scan (table has 1901 rows).

Is there any situation on which this rows/buffer gets ratio would be normal?

For me this looks like too much, given that there was actually no IO.

Thanks,

jpinela.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 20 2013
Added on Aug 23 2013
4 comments
357 views