1

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.

idiotduffer
  • 389
  • 1
  • 4
  • 17

1 Answers1

2

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/

Jan Hecking
  • 927
  • 5
  • 12