Attribute Details: BatchSize
 Back


The BatchSize attribute can be used to control the number of items (or rows) of a single database transaction. You can optimize your database commands to fit your specific configuration.

If set to zero, the system will process the entire datalayer as a single transaction.

BatchSize defaults to 1,000 rows per transaction.



POTENTIAL VALUES

UserDefined




PARENT ELEMENTS

Click element to drill down for more information.

Load DB Table.Delete Load DB Table.Insert Load DB Table.Update Load DB Table.Upsert


 Back to top


 Chart Debug