Debugging read performance slowdown during large write burst

Often the more expensive part of writes is the associated read to merge with the record on disk. If your batch process is intended to overwrite records, be sure to use the replace flag in your write policy.

http://www.aerospike.com/apidocs/java/com/aerospike/client/policy/RecordExistsAction.html#REPLACE