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 <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
|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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to