Cassandra就要迎来1.0版本啦
前一段时间,Cassandra0.7已经正式发布啦。
接下来,Cassandra1.0即将发布。邮件列表的内容如下:
Way back in Nov 09, we did a users survey and asked what features
people wanted to see. Here was my summary of the responses:
http://www.mail-archive.com/
Looking at that, we've done essentially all of them. I think we can
make a strong case that our next release should be 1.0; it's
production ready, it's reasonably feature-complete, it's documented,
and we know what our upgrade path story is.
The list--
Load balancing: basics done;
https://issues.apache.org/
improve it
Decommission: done
Map/reduce support: done
ColumnFamily / Keyspace definitions w/o restart: done
Design documentation: started at
http://wiki.apache.org/
Insert multiple rows at once: done
Remove_slice_range / remove_key_range: turned out to be a *lot* harder
than it looks at first. Postponed indefinitely.
Secondary indexing: done
Caching: done (with some enhancements possible such as
https://issues.apache.org/
https://issues.apache.org/
Bulk delete (truncate): done
I would add,
User documentation: done (http://www.riptano.com/docs)
Large row support: done
Improved replication strategies and more sophisticated ConsistencyLevels: done
Efficient bootstrap/streaming: done
Flow control: done
Network-level compatibility between releases: scheduled
(https://issues.apache.org/
更多关于Cassandra的文章:http://www.cnblogs.com/gpcuster/tag/Cassandra/