DB2 database handler

The DB2 database handler is a part of the Ekobit.BizDataX.Databases.DB2 NuGet package which has to be installed before the handler can be used. It is used by the BizDataX Designer.

Table of contents
Installation
Settings
DB2 specific settings
Client-side parallelism

Installation

The installation of the database handlers is described in more detail in the installation guide.

Once installed, it provides a way to configure a restartability store settings in App.config file.

Settings

The settings are set in Package.xaml file for each handler, inside the iterator blocks.
Settings are constructed using Fluent Handler API.
Oracle extends those setting with some database specific options:

DB2 specific settings

Extends Setting Description Data type
.WithSegments ByPartitions Sets ranges defined by DB2 range-partitioned and list-partitioned tables.

Client-side parallelism

By default, BizDataX only uses server-side parallelism.

To set the level of client-side parallelism, in the Package.xaml file click on a Masking engine, in the Properties pane find MaxParallelIterators and set it to the desired number.

The optimal number of iterators should be close to the physical CPU core count.