Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读Java中的CSV 文件,现在我想将CSV 文件中存在的数据存储到 Aerospike。我想做批处理,是否有任何解决方案,根据我的研究Aerospike不支持写入批处理。请帮我。
Aerospike 目前不支持批量写入。
您应该查看 aerospike-loader 应用程序,该应用程序将数据从 CSV 文件导入 Aerospike:
https://github.com/aerospike/aerospike-loader/