Using Parameter Arrays Using native parameter arrays, for bulk inserts or updates, for example, can improve performance. The DB2 data provider uses DB2 native parameter arrays if the database supports them. If the database does not support them, the DB2 data provider emulates the parameter arrays by sending individual rows to the database.