Home >Database >Mysql Tutorial >用图说话:从SQL移植到MongoDB

用图说话:从SQL移植到MongoDB

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 16:04:001663browse

下图是使用 SQL 和 MongoDB 的对应信息图表,点击图片查看大图: 498)this.width=498;' onmousewheel = 'javascript:return big(this)' width="1030" height="774" border="0" alt="" src="http://www.68idc.cn/help/uploads/allimg/150526/1A00964B-0.gif"

下图是使用 SQL 和 MongoDB 的对应信息图表,点击图片查看大图:

MongoDB 特征:

  • 采用 C++ 开发
  • 授权协议:AGPL (客户端驱动包: Apache)
  • 支持自定义和二进制JSON(BSON)协议
  • 主从复制支持
  • JavaScript 查询表达式
  • 比 CouchDB 拥有更好的及时更新特性
  • 水平伸缩性,内建分区功能
  • 数据存储基于内存映射文件
  • 更好的使用动态查询,解决模式和列
  • 性能非常高

在使用 SQL (以MySQl为例)和使用MongoDB 的区别:http://www.mongodb.org/display/DOCS/SQL+to+Mongo+Mapping+Chart


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:修改参数,触发“血案”Next article:协同过滤