Improved Data Load Performance

Adaptive Server 15.7 SP100 improves data load performance by enabling ins_by_bulk optimization criteria.  ins_by_bulk enables faster data loading by using bulk-data row inserts for insert statements.

When the data load optimization criteria is enabled with the set statement, Adaptive Server runs subsequent insert...select or batch insert statements with this optimization. The scope of the statement-level directive enabled via the abstract plan is limited to the statement.

This optimization improves data load performance on the target table with or without indexes.

Related concepts
set
Batch Insert Optimization
Enable Data Load Optimization