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

Home -> Community -> Usenet -> c.d.o.server -> Re: data block cache algorithm and cache hit or not

Re: data block cache algorithm and cache hit or not

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 28 Sep 2001 09:37:05 +0100
Message-ID: <1001668128.3428.0.nnrp-13.9e984b29@news.demon.co.uk>

No - Oracle is as lazy as possible about I/O.

The log buffer exists so that the database can be protected by a single serial stream of I/O rather than a huge number of random I/Os.

Very specifically: your 'dirty data blocks' are NOT written to disc when you commit.

--
Jonathan Lewis
http://www.jlcomp.demon.co.uk

Host to The Co-Operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Author of:
Practical Oracle 8i: Building Efficient Databases

Screen saver or Life saver: http://www.ud.com
Use spare CPU to assist in cancer research.

FaheemRao wrote in message
<43b58913.0109280003.1d688d02_at_posting.google.com>...

>One important thing you are missing that when you say Commit , all the
>Dirt duffer(changed)in the Database buffer cache are written to disk
>as well.
>
Received on Fri Sep 28 2001 - 03:37:05 CDT

Original text of this message

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