Your browser does not support JavaScript. This help page requires JavaScript to render correctly. Chunking for Parallelizing Large Table Updates
Skip Headers
Previous
Previous
 
Next
Next

Chunking for Parallelizing Large Table Updates

Chunking in Warehouse Builder automates the use of a "divide and conquer" approach to parallelize the processing of large updates. Users enable chunking for a mapping and define chunking criteria to partition the updates. OWB generates PL/SQL code for the mapping, and at execution time, updates are divided according to chunking criteria, a pool of threads is allocated, and the chunks are processed in parallel.

The benefits of applying chunking include: