Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The current documentation for PutDatabaseRecord's Maximum Batch Size property says: "Specifies maximum batch size for INSERT and UPDATE statements. This parameter has no effect for other statements specified in 'Statement Type'. Zero means the batch size is not limited." This is not accurate as the Maximum Batch Size is used for all batches regardless of statement type. This also makes this property not dependent so that should be removed as well as the documentation updated to reflect the the behavior. The default value of Maximum Batch size should also be changed from 0 to something like 1000 to avoid possible memory usage issues for large numbers of incoming records.
Attachments
Issue Links
- links to