cassandra - Astyanax getAll() for more than 100 entities breaks -


i using astyanax 1.56.42 , facing problem when calling defaultentitymanager.getall() on columnfamily more 100 entities, following exception thrown: "failed fetch entites".

the entitymanager instantiated this:

entitymanager = new defaultentitymanager.builder<t, uuid>()    .withentitytype(typeclass)    .withkeyspace(keyspace)    .withcolumnfamily(columnfamily)    .build(); 

how can fetch more 100 datasets using getall?

thanks in advance! choesang

don't. denormalize need in single resultset instead. see resources here: http://wiki.apache.org/cassandra/datamodel


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -