Improved Data-Load Performance

Adaptive Server® improves the ins_by_bulk optimizer criteria, providing faster data loading by using parallel index updates for insert statements into a datarows-locked table with non-clustered indexes.

Enabling the data-load optimization criteria with set ins_by_bulk runs subsequent insert...select statements using bulk insert methods.

In this update, Adaptive Server provides enhancements to improve the performance of data loads via the insert statement to datarows-locked tables with two or more non-clustered indexes. Index updates are done in parallel to speed up the performance of the data load.

Related concepts
Commands