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: Ways to improve speediness of truncate, drop, coalesce

Re: Ways to improve speediness of truncate, drop, coalesce

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Sat, 18 Aug 2001 07:01:26 -0700
Message-ID: <F001.003701F3.20010818071035@fatcity.com>

That's an interesting thought, but why do you think that only one DBWR process can scan at a time ?

If you have multiple working data sets,
surely you can have one dbwr process
per working data set doing the scanning. After all, each working data set has its own 'range reuse' list (or should that be the 'object reuse' list for truncate)

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: 18 August 2001 14:41

|
|The size of the buffer cache and the number of
|DB_WRITER_PROCESSES has a big impact on the time it
|takes to truncate a table.
|
|Each DBWR process has to scan its portion of the
|buffer cache to flush any blocks belonging to the
|truncated table or its indexes. This is a sequential
|process as only one DBWR process can do this at a
|time.
|

-- 
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 Sat Aug 18 2001 - 09:01:26 CDT

Original text of this message

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