I'd like to insert millions of records as a batch process from MongoDB to Aerospike. I follow the documentation and found this doc: http://www.aerospike.com/docs/client/nodejs/usage/kvs/write.html but with this only one record can we inserted at a time.
Please help me how I can perform insert over millions of key values at a single time. Any suggestion to optimize write operation