Open rstml opened 11 years ago
It was announced that new features will not be supported by Thrift and Thrift based Hector and Astynax.
It seems that the only future-proof alternative is https://github.com/datastax/java-driver . It also have shown good performance characteristics.
CQL3 has some great features and one of them is secondary indexes on collections (C* v2.1): https://issues.apache.org/jira/browse/CASSANDRA-4511 This can replace reverse indexes for labels.
It was announced that new features will not be supported by Thrift and Thrift based Hector and Astynax.
It seems that the only future-proof alternative is https://github.com/datastax/java-driver . It also have shown good performance characteristics.