Home
Note: my development has moved to the Apache Incubator version of Cassandra. See http://cwiki.apache.org/confluence/display/CSDR/Index
Improvements over the last public release on google code svn:
- working remove
- a decent start at a unit test suite using testng (“ant test” to run)
- a feeble attempt at some integration tests using python (install nose, then “nosetests” to run)
- redone bloom filters that don’t have a false positive rate several hundred times what they should be
- cleaned up CassandraServer, down to under half the size it was — similar but even more invasive than Todd’s similar cleanup
- working batch_ thrift api; added insert_blocking
- cleaned up get_ thrift api, with exceptions
- range queries (keys only, so far)
