TObjectManager.BatchSize Property
Gets or sets the maximum number of records that can be grouped into a single batch SQL statement.
Remarks
Used together with CachedUpdates. When consecutive cached actions produce the same SQL statement, they are grouped into a single batch of up to BatchSize records.
Defaults to 1 (no batching). Larger values improve throughput for bulk insert or update workloads.
Syntax
Unit: Aurelius.Engine.ObjectManager
property TObjectManager.BatchSize: Integer