elasticinbox / elasticinbox-java

ElasticInbox - scalable, distributed email store
BSD 3-Clause "New" or "Revised" License
109 stars 26 forks source link

Migrate from Hector to Binary Java client #41

Open rstml opened 11 years ago

rstml commented 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.

rstml commented 10 years ago

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.