Executing commands in Batch

Is there a function in the C Client library, which can be used to delete a record from multiple tables atomically? In Cassandra, there was a batch option, in which we can add commands(not just delete)operating on different tables. The option ensured that either all commands will succeed or none of them will succeed. Is there a similar option available in Aerospike’s C library.

You can’t perform atomic operations against more than 1 record, sorry.

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.