Multiple writes in Aerospike Java

281 Views Asked by At

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.

1

There are 1 best solutions below

3
On BEST ANSWER

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/