Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: parallel processes and hot blocks
No.
Direct-path or APPEND insertions executing in parallel do not share blocks. No chance for block-level contention because each process is filling its own "temporary" segment.
on 7/9/04 12:32 PM, ryan.gaffuri_at_comcast.net at ryan.gaffuri_at_comcast.net wrote:
> I have to do a data migration. I am thinking of breaking it into pieces and
> running a larger number of array inserts at once into the same table. If I use
> 'append', will I run into issues with hotblocks on the insert side if I am
> doing 10-20 array inserts into the same table at the same time?
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Fri Jul 09 2004 - 20:30:09 CDT
![]() |
![]() |