commit_update_operations
Only commit all update operations without committing remove operations in a CachingTable
If there is nothing to commit, calling the commit_update_operations will not send any request to your databases.
If the size of your operations exceed the DynamoDB operations limit of 400kb, they will be sectioned and sent in multiple requests.
#
Operations considered as update :- put_record
- update_field
- update_field_return_old (will be executed right away if the value to remove is not found in the cache)
- update_multiple_fields
- update_multiple_fields_return_old (will be executed right away if the values to update are not found in the cache)
#
Parameterscommit_update_operations has no parameters.
#
AvailabilityTable | Available |
---|---|
DynamoDBBasicTable | โฌ |
DynamoDBCachingTable | โ |
ExternalDynamoDBApiBasicTable | โฌ |
ExternalDynamoDBApiCachingTable | โ |