cassandra - Chunked data writes with the Datastax Java driver -


when using astyanax client library cassandra there's chunked object store feature storing large files. can't find documentation or examples related datastax driver shows can store large files astyanax (chunked , multiple threads).

can done datastax driver , in such case, how?

the answer no. in end i've implemented own chunked persister on top of datastax driver runs own 10 threads executor , split/merge objects on save , get.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -