music,code,dialog,rest
分类: IT业界
2016-01-29 06:14:11
1. 扩展和弹性 (scalability, elasticity)
2. 做不到就成可选 (Blocking point become optional )
3. 一切都是异步 (Everything asynchronous)
4. 所有组件支持横向扩展 (All components horizontally scalable)
5. 使用完全不共享构架和sharding构架 (using Shared Nothing Arch/Sharding)
6. 分发一切 (Distribute everything)
7. 接受最终一致性 (Eventually consistency)
8. 测试一切 (Test everything)
原文链接:
zenith