commit_remove_operations
Only commit all remove operations without committing update operations in a CachingTable
If there is nothing to commit, calling the commit_remove_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 remove:- delete_record
- delete_field
- delete_multiple_fields
- remove_field (will be executed right away if the value to remove is not found in the cache)
- remove_multiple_fields (will be executed right away if the values to remove are not found in the cache)
#
Parameterscommit_remove_operations has no parameters.
#
AvailabilityTable | Available |
---|---|
DynamoDBBasicTable | โฌ |
DynamoDBCachingTable | โ |
ExternalDynamoDBApiBasicTable | โฌ |
ExternalDynamoDBApiCachingTable | โ |