简体   繁体   English

Aerospike Java 中的多次写入

[英]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 .我正在用Java读取CSV 文件,现在我想将CSV 文件中存在的数据存储到 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.我想做批处理,是否有任何解决方案,根据我的研究Aerospike不支持写入批处理。 please help me.请帮我。

Aerospike does not support batch writes at the moment. Aerospike 目前不支持批量写入。

You should check out the aerospike-loader app which imports data into Aerospike from CSV files:您应该查看 aerospike-loader 应用程序,该应用程序将数据从 CSV 文件导入 Aerospike:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM