KristinaccChodorow
13310gen的软件工程师,2MongoDB项目的核心成员.a负责数据库服务器、PHP驱动、Perl驱动等模块.a她曾在世界级的大会上发言,2包括OSCON、LinuxCon、FOSDEM和Latinoware.a
How does MongoDB help you manage a huMONGOus amount of data collected through your web application? With this authoritative introduction, you'll learn the many advantages of using document-oriented databases, and discover why MongoDB is a reliable, high-performance system that allows for almost infinite horizontal scalability. Written by a core contributor to the MongoDB project, this updated second edition provides guidance for database developers, advanced configuration for system administrators, and an overview of the concepts and use cases for other people on your project. Ideal for newcomers to NoSQL databases and experienced MongoDB users alike, this edition provides numerous real-world schema design examples. Learn about new features, including TTL collections, MMS, and the aggregation pipeline Find additional chapters on deploying MongoDB, including application and server administration as well as ops advice Explore ways that document-oriented storage will work for your project Learn how MongoDB's schema-free data model handles documents, collections, and multiple databases Execute basic write operations, and create complex queries to find data with any criteria Learn about monitoring, security and authentication, backup and repair, and more Set up master-slave and automatic failover replication in MongoDB Use sharding to scale MongoDB horizontally, and learn how it impacts applications
SQL和NoSQL表现区别: 1. 在数据库的结构上更倾向于多个树状集合,而不是SQL的库,表,列,数据的层级结构。 MongoDB的基本数据单位有库,文档及其数据,但实际上都可以当作一个树来看待,操作非常灵活便捷。 2. 没有按规律自增加1的ID,而使用唯一按顺序自增的ObjectId表示...
评分书非常薄,不到200页,就是个操作指南,怎么建数据库,增删改,创建用户,分配权限,备份,索引,replica,shard等粗粗的说了说,基本上可以做为入门指南了。 推荐o'reilly的另外一本 mongoDB 50 tips,另外一本就详细的说了一些设计,开发使用时应该避免的陷阱,和应该大力采...
评分算是普通的参考书了,没有特别有深度的讲解。其实就是一本正常的介绍mongoDB是怎么用的,也可以作为nosql学习的入门。 作为指南书,还是很合格的符合期望。 不像某些书动不动《精通XXX》、《深入理解XXX》,挂羊头卖狗肉,这本算是挂狗头卖狗肉。
评分这书不错,对缓存帮助挺大的!mongoDb分布式文档,在读写方面的帮助和优化必不可少啊!通过学习了解,大大解决读写程序缓慢的问题!MongoDB是一个基于分布式文件存储的数据库。由C++语言编写。旨在为WEB应用提供可扩展的高性能数据存储解决方案。 MongoDB是一个介于关系数...
评分MongoDB权威指南概要 MongoDB基础知识 文档(行)-》 集合(动态模式的表,集合可以有子集合(GridFS))-》数据库 每个文档有个特殊的键_id (唯一生成方式,时间戳+机器ID+PID+计数器) 命名 集合system保留,注意有些保留字没有强制限定,比如version,就只能用getCollection...
书到用时方恨少
评分第一版没看多少,看完第二版算是补课。。
评分第一版没看多少,看完第二版算是补课。。
评分类似于 `$set` 这样的语法真是太丑了……
评分第一版没看多少,看完第二版算是补课。。
本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度,google,bing,sogou 等
© 2025 onlinetoolsland.com All Rights Reserved. 本本书屋 版权所有