Phantom Cassandra批量插入

时间:2015-10-05 13:22:13

标签: phantom-dsl

是否有phantom-dsl中的批量插入API批量插入到cassandra? 尝试搜索但在代码中找不到它。

我也找不到关于幻像库的足够文档。

1 个答案:

答案 0 :(得分:2)

如果您正在寻找批量插入以优化性能,那么您做错了!

有关详细信息,请参阅: https://medium.com/@foundev/cassandra-batch-loading-without-the-batch-keyword-40f00e35e23e

无论如何,幻象支持批处理语句@flavian评论 https://github.com/websudos/phantom/wiki/Batch-statements

另外,请查看我的github项目,该项目展示如何在phantom-dsl中实现。

https://github.com/iamthiago/cassandra-phantom