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: Freelist Contention

Re: Freelist Contention

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Thu, 23 Aug 2001 06:12:04 -0700
Message-ID: <F001.00374FF4.20010823055630@fatcity.com>

The original comment was about PQ
slaves reading data blocks - not
PX slaves running parallel update/inserts.

When PX slaves do parallel inserts the
processing is usually split to avoid
contention - e.g. each slaves gets
one partition of a partitioned object;
or each slave gets a new extent above
the HWM of an existing data segment;
so I don't think PX slaves would have
that issue. (which can, of course, be an issue with 'ordinary' highly concurrent
processes).

Jonathan Lewis

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 See http://www.jlcomp.demon.co.uk/book_rev.html

For latest news of public appearances
See http://www.jlcomp.demon.co.uk

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

-----Original Message-----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: 23 August 2001 13:42

|Jonathan,
|
|OK, what am I missing? All of the PX sessions have to
|access the segment header in order to get blocks off
|the free lists so can't that result in buffer busy
|waits on the segment header unless it was created with
|more than one free list group?
|
|-- Anita
|
|--- Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
|wrote:
|>
|> Not only that, PX slaves do direct reads
|> anyway, bypassing the buffer cache.
|>
|> It is possible, though, that the flush
|> that has to take place before the PX
|> scan can read back is sufficient to
|> cause other processes to wait for
|> write complete waits, and I guess that
|> you could also get extra rbs header
|> waits as the flushed and scanned blocks
|> are rolled back by the PX slaves for
|> read consistency.
|>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jonathan Lewis
  INET: jonathan_at_jlcomp.demon.co.uk

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 Thu Aug 23 2001 - 08:12:04 CDT

Original text of this message

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