MongoDB概述和存储结构.pptVIP

  • 3
  • 0
  • 约1.55千字
  • 约 24页
  • 2017-04-22 发布于北京
  • 举报
MongoDB概述和存储结构

大数据处理系统 ——存储管理;NoSQL的崛起;mongoDB简介;数据模型;功能性;功能性;其他特征;MongoDB的适用场景;MongoDB的适用场景;MongoDB与MS SQL Server的语句对照——选择查询;MySQL: INSERT INTO user (`name`, `age`) values (foobar,25) Mongo: db.user.insert({name : foobar, age : 25}) if you want add a column `email` on MySQL,you must : ALTER TABLE user…. But in Mongo,you can just: db.user.insert({name : foobar, age : 25, email : foo@});

文档评论(0)

1亿VIP精品文档

相关文档