Releases: palantir/cassandra
2.2.13-1.5.0
Updated thrift multiGet_multiSlice interface; this constitutes an api break, but the method shouldn't have had any production consumers
2.2.13-1.4.0
Added new method loadNewSSTablesWithCount
that loads new sstables and returns count of sstables loaded
2.2.13-1.3.0
We know also funnel range scans down a more fairly prioritized path, prioritizing by table (on the assumption that within a table, range scans are typically homogeneous.
2.2.13-1.2.0
We now split out known cheap reads (limit 1, names query filter) into their own thread pool which is keyspace-aware; if a keyspace has 5 waiting reads, they'll execute interleaved with a keyspace that has 10k waiting reads.
2.2.13-1.1.0
Added a method to the thrift interface multiget_multislice
allowing for querying multiple keys with different slice predicates concurrently.
2.2.13-1.0.0
Initial release