Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re:consistent gets
Lots of consistent gets without a lot of disk reads would indicate a query that
is running against a table that is undergoing lots of change at the same time.
Your basically dealing with a situation where Oracle is applying rollback
information to the table to reproduce a consistent view of the data from the
point where the query started.
Dick Goulet
____________________Reply Separator____________________Subject: consistent gets
Hi All,
I have an I/O bound sytem here.
One querry that gets executed many times per day has a lot of consistent
gets (17000)
I can easily change this to a much lower value (13) but it seems to make
the querry slower (?)
This Querry does not have disk reads
What is exactly consistent gets (??)
Does this affect the I/O in a big way or not (no disk reads would suggest
no difference)
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: nlzanen1_at_ey.nl Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Mon Nov 06 2000 - 08:46:26 CST