Re: which astyanax version to use?

2015-11-17 Thread Minh Do
The latest version of Astyanax won't work with Cassandra 2.1+. So you are better off using Java Driver from Datastax. /Minh On Tue, Nov 17, 2015 at 7:29 PM, Lijun Huang wrote: > Hi All, > > I have the similar problem, if I use the Cassandra 2.1 version, which > Astyanax version is the best one

Re: ScyllaDB, a new open source, Cassandra-compatible NoSQL

2015-09-22 Thread Minh Do
First glance at their github, it looks like they re-implemented Cassandra in C++. 90% components in Cassandra are in scylladb, i.e. compaction, repair, CQL, gossip, SStable. With C++, I believe this helps performance to some extent up to a point when compaction has not run yet. Then, it will be

Re: Exploring Simply Queueing

2014-10-06 Thread Minh Do
Hi Jan, Both Chris and Shane say what I believe the correct thinking. Just let you know if you base your implementation on Netflix's queue recipe, there are many issues with it. In general, we don't advise people to use that recipe so I suggest you to save your time by not going that same route