“MongoDB wasn’t designed in a lab. We built MongoDB from our own experiences building large-scale, high availability, robust systems. We didn’t start from scratch, we really tried to figure out what was broken, and tackle that. So the way I think about MongoDB is that if you take MySQL, and change the data model from relational to document-based, you get a lot of great features: embedded docs for speed, manageability, agile development with dynamic schemas, easier horizontal scalability because joins aren’t as important. There are a lot of things that work great in relational databases: indexes, dynamic queries and updates to name a few, and we haven’t changed much there. For example, the way you design your indexes in MongoDB should be exactly the way you do it in MySQL or Oracle, you just have the option of indexing an embedded field.”

— Eliot Horowitz, MongoDB CTO and Co-Founder

最新文章

  1. Windows消息机制
  2. Write a script to check an interesting game 6174
  3. Android Content Provider基础
  4. 安装php时的配置选项
  5. mysql 免安装版本 命令安装
  6. Mac上因磁盘格式导致gulp无限刷新问题
  7. matplotlib作图中文显示问题
  8. 【HDOJ】1208 Pascal's Travels
  9. SQLLoader2(导入EXCEL或csv格式的文件)
  10. web前端如何让网页布局稳定性和标准性?
  11. 5 MySQL索引
  12. ABP入门系列(19)——使用领域事件
  13. iOS MJRefresh下拉、上拉刷新自定义以及系统详细讲解
  14. Github把自己的本地项目托管到git上
  15. 部署与管理ZooKeeper(版本有点老,3.4.3)
  16. 子div撑不开父div
  17. centos7安装python的MySQLdb模块
  18. 在OneNote中快速插入当前日期和时间
  19. Learn Rails5.2- Scaffolding and REST,flash.now, flash.keep; Access via JSON
  20. 【Echo】实验 -- 实现 C/C++下UDP, 服务器/客户端 通讯

热门文章

  1. 【Luogu】P2422良好的感觉(单调栈)
  2. 【DFS序+线段树区间更新区间求最值】HDU 5692 Snacks
  3. nmon性能分析工具(生成图表)
  4. uva 11995 判别数据类型
  5. Windows下ElasticSearch的使用方式 CURL+Cygwin+Head插件
  6. tensorflow加载embedding模型进行可视化
  7. 标准C程序设计七---05
  8. Redis数据结构之压缩列表
  9. SGU103+POJ 1158 最短路/dp
  10. LeetCode OJ--Partition List