TA的每日心情 | 开心 2016-10-18 06:23 |
---|
签到天数: 72 天 连续签到: 1 天 [LV.6]常住居民II 扫一扫,手机访问本帖
|
ScyllaDB是用C++重写的Cassandra,每节点每秒处理100万TPS。ScyllaDB完全兼容ApacheCassandra,拥有比Cassandra多10x倍的吞吐量,降低了延迟。ScyllaDB号称是世界上最快的NoSQL列存储数据库。
ScyllaDB是用C++重写的Cassandra,每节点每秒处理100万TPS。ScyllaDB完全兼容ApacheCassandra,拥有比Cassandra多10x倍的吞吐量,降低了延迟。
ScyllaDB号称是世界上最快的NoSQL列存储数据库。
ScyllaDB在垃圾收集或者Compaction的时候不需要暂停;在常规生产负载的时候可以添加和删除节点。
Scylla背后的设计和开发团队成员来自于KVM虚拟化管理器——AviKivity,DorLaor,BennySchnaider和OSS老成员。KVM现在是大部分云计算环境(包括GoogleComputeEngine和OpenStack)的默认虚拟化管理器。在ScyllaDB,Scylla团队把这些底层知识应用到大数据技术中。数据结构测量不会跨CPU缓存线,poll模式驱动替代了中断。
ScyllaDB使用最新的C++14和GCC5.1来实现理想的通用非挥发性随机访问存储。
ScyllaDB服务器开源协议是AGPL3.0,驱动开源协议是Apache。
Scylla1.0.1发布了。
更新内容:
memory:fixliveobjectscounterunderflowduetocross-cpufree
core/reactoron'tabortinallocate_aligned_buffer()onallocationfailure
scripts/posix_net_conf.sh:addedasupportforbondinginterfaces
scripts/posix_net_conf.sh:movetheNICconfigurationcodeintoaseparatefunction
scripts/posix_net_conf.sh:implementthelogicforselectingdefaultMQmode
scripts/posix_net_conf.sh:forwardtheinterfacenameasaparameter
http/routes:Removerequestfailureloggingtostderr
lowres_clock:Initialize_nowwhentheclockiscreated
apps/iotune:fixbrokenURL
|
|