Articles in this section

How does Aerospike process duplicate keys in a batch transaction?

Detail

If the same key is included in the array of keys sent by batch read, 
will the read process for that key on the node be executed for the number of keys? 
Or is it executed only once?

Answer

There is no deduplication in Aerospike batch requests. Hence, when there are multiple entries for the same key in a batch array, read operations will be performed for each entry and the results also will be sent that many times.

Applies To Earliest Version

Pre 4.9

Applies To Latest Version

Current Version
Was this article helpful?
0 out of 0 found this helpful