javaaerospikeaerospike-loader

Multiple writes in Aerospike Java


I am reading the CSV File in Java, Now i want to Stored the data present in CSV File to Aerospike. i want to do batch processing, is there is any solution for this, as per my research Aerospike does not support batch processing for write. please help me.


Solution

  • Aerospike does not support batch writes at the moment.

    You should check out the aerospike-loader app which imports data into Aerospike from CSV files:

    https://github.com/aerospike/aerospike-loader/