Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: consistent gets

RE: consistent gets

From: Steve Adams <steve.adams_at_ixora.com.au>
Date: Tue, 7 Nov 2000 07:32:04 +1000
Message-Id: <10672.121242@fatcity.com>


Hi Dick,

I think you are confusing 'consistent changes' with 'consistent gets'. Lot's of 'consistent gets' with a lot of 'physical reads' is just a good cache hit rate.

@   Regards,
@   Steve Adams
@   http://www.ixora.com.au/
@   http://www.christianity.net.au/


-----Original Message-----

From: dgoulet_at_vicr.com [mailto:dgoulet_at_vicr.com] Sent: Tuesday, 7 November 2000 1:01
To: Multiple recipients of list ORACLE-L Subject: 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____________________
Author: nlzanen1_at_ey.nl
Date:       11/6/00 6:10 AM



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)



De informatie verzonden met dit E-mail bericht is uitsluitend bestemd voor de geadresseerde. Gebruik van deze informatie door anderen dan de geadresseerde is verboden. Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking van deze informatie aan derden is niet toegestaan. Ernst & Young staat niet in voor de juiste en volledige overbrenging van de inhoud van een verzonden E-mail, noch voor tijdige ontvangst daarvan.

The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. Ernst & Young is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt.

--

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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: dgoulet_at_vicr.com
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 Received on Mon Nov 06 2000 - 15:32:04 CST

Original text of this message

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