This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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)







