About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
Akagi201
8/9/2014 - 2:33 AM
share
Share
add_circle_outline
Save
nosql.md
nosql.md
content_copy
file_download
Rendered
Source
NoSQL = Not Only SQL, 意为反SQL运动. 非关系型数据库, 超大规模, 高并发.
NoSQL以Key-Value形式存储. 非关系型, 分布式, 开源的, 水平可扩展. 不一定遵循SQL标准, ACID属性, 表结构.
特点
处理超大量的数据.
运行在便宜的PC服务器集群上.
击碎了性能瓶颈.
NoSQL适用场景
对数据高并发读写.
对海量数据的高效率存储和访问.
对数据的高可扩展性和高可用性.
clear