MongoDB

MongoDB pdf epub mobi txt 電子書 下載2025

出版者:O'Reilly Media
作者:Kristina Chodorow
出品人:
頁數:432
译者:
出版時間:2013-5-23
價格:USD 39.99
裝幀:Paperback
isbn號碼:9781449344689
叢書系列:
圖書標籤:
  • MongoDB
  • 計算機
  • 英文版
  • 編程
  • 電子版
  • 數據庫
  • 數據庫
  • 已收藏
  • NoSQL
  • MongoDB
  • 數據庫
  • 文檔數據庫
  • 大數據
  • 開發
  • 數據存儲
  • 應用開發
  • 數據管理
  • 技術
想要找書就要到 小美書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

具體描述

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

著者簡介

KristinaccChodorow

13310gen的軟件工程師,2MongoDB項目的核心成員.a負責數據庫服務器、PHP驅動、Perl驅動等模塊.a她曾在世界級的大會上發言,2包括OSCON、LinuxCon、FOSDEM和Latinoware.a

圖書目錄

Introduction to MongoDB
Chapter 1 Introduction
Ease of Use
Easy Scaling
Tons of Features…
…Without Sacrificing Speed
Let's Get Started
Chapter 2 Getting Started
Documents
Collections
Databases
Getting and Starting MongoDB
Introduction to the MongoDB Shell
Data Types
Using the MongoDB Shell
Chapter 3 Creating, Updating, and Deleting Documents
Inserting and Saving Documents
Removing Documents
Updating Documents
Setting a Write Concern
Chapter 4 Querying
Introduction to find
Query Criteria
Type-Specific Queries
$where Queries
Cursors
Database Commands
Designing Your Application
Chapter 5 Indexing
Introduction to Indexing
Using explain() and hint()
When Not to Index
Types of Indexes
Index Administration
Chapter 6 Special Index and Collection Types
Capped Collections
Time-To-Live Indexes
Full-Text Indexes
Geospatial Indexing
Storing Files with GridFS
Chapter 7 Aggregation
The Aggregation Framework
Pipeline Operations
MapReduce
Aggregation Commands
Chapter 8 Application Design
Normalization versus Denormalization
Optimizations for Data Manipulation
Planning Out Databases and Collections
Managing Consistency
Migrating Schemas
When Not to Use MongoDB
Replication
Chapter 9 Setting Up a Replica Set
Introduction to Replication
A One-Minute Test Setup
Configuring a Replica Set
Changing Your Replica Set Configuration
How to Design a Set
Member Configuration Options
Chapter 10 Components of a Replica Set
Syncing
Heartbeats
Elections
Rollbacks
Chapter 11 Connecting to a Replica Set from Your Application
Client-to-Replica-Set Connection Behavior
Waiting for Replication on Writes
Custom Replication Guarantees
Sending Reads to Secondaries
Chapter 12 Administration
Starting Members in Standalone Mode
Replica Set Configuration
Manipulating Member State
Monitoring Replication
Master-Slave
Sharding
Chapter 13 Introduction to Sharding
Introduction to Sharding
Understanding the Components of a Cluster
A One-Minute Test Setup
Chapter 14 Configuring Sharding
When to Shard
Starting the Servers
How MongoDB Tracks Cluster Data
The Balancer
Chapter 15 Choosing a Shard Key
Taking Stock of Your Usage
Picturing Distributions
Shard Key Strategies
Shard Key Rules and Guidelines
Controlling Data Distribution
Chapter 16 Sharding Administration
Seeing the Current State
Tracking Network Connections
Server Administration
Balancing Data
Application Administration
Chapter 17 Seeing What Your Application Is Doing
Seeing the Current Operations
Using the System Profiler
Calculating Sizes
Using mongotop and mongostat
Chapter 18 Data Administration
Setting Up Authentication
Creating and Deleting Indexes
Preheating Data
Compacting Data
Moving Collections
Preallocating Data Files
Chapter 19 Durability
What Journaling Does
Turning Off Journaling
What MongoDB Does Not Guarantee
Checking for Corruption
Durability with Replication
Server Administration
Chapter 20 Starting and Stopping MongoDB
Starting from the Command Line
Stopping MongoDB
Security
Logging
Chapter 21 Monitoring MongoDB
Monitoring Memory Usage
Calculating the Working Set
Tracking Performance
Monitoring Replication
Chapter 22 Making Backups
Backing Up a Server
Backing Up a Replica Set
Backing Up a Sharded Cluster
Creating Incremental Backups with mongooplog
Chapter 23 Deploying MongoDB
Designing the System
Virtualization
Configuring System Settings
Configuring Your Network
System Housekeeping
Appendix Installing MongoDB
Choosing a Version
Windows Install
POSIX (Linux, Mac OS X, and Solaris) Install
Appendix MongoDB Internals
BSON
Wire Protocol
Data Files
Namespaces and Extents
Memory-Mapped Storage Engine
Colophon
· · · · · · (收起)

讀後感

評分

MongoDB权威指南概要 MongoDB基础知识 文档(行)-》 集合(动态模式的表,集合可以有子集合(GridFS))-》数据库 每个文档有个特殊的键_id (唯一生成方式,时间戳+机器ID+PID+计数器) 命名 集合system保留,注意有些保留字没有强制限定,比如version,就只能用getCollection...  

評分

书非常薄,不到200页,就是个操作指南,怎么建数据库,增删改,创建用户,分配权限,备份,索引,replica,shard等粗粗的说了说,基本上可以做为入门指南了。 推荐o'reilly的另外一本 mongoDB 50 tips,另外一本就详细的说了一些设计,开发使用时应该避免的陷阱,和应该大力采...  

評分

算是普通的参考书了,没有特别有深度的讲解。其实就是一本正常的介绍mongoDB是怎么用的,也可以作为nosql学习的入门。 作为指南书,还是很合格的符合期望。 不像某些书动不动《精通XXX》、《深入理解XXX》,挂羊头卖狗肉,这本算是挂狗头卖狗肉。  

評分

若是对mongo没有任何基础,可以作为入门查阅!但是内容基本在官方手册可以查阅。 不推荐购买的另一个理由是,这个价格对于这本书来说有点偏高。要想获得的知识点,官方手册描述都还算到位!但是针对英语不好的,可以参考下  

評分

看过官网的文档,再看这本书,不是很有感觉啊…… 不过懒得看英文的童鞋还是可以看看的,因为官方的文档有很多木有汉化…… 书本较薄,172页,挺快就看完了 MongoDB很好用,如果只是一般的用,看完前面几章也差不多。  

用戶評價

评分

類似於 `$set` 這樣的語法真是太醜瞭……

评分

書到用時方恨少

评分

妹子程序員寫的書!友鄰中的妹子程序員,你們也要寫書啊!

评分

妹子程序員寫的書!友鄰中的妹子程序員,你們也要寫書啊!

评分

書到用時方恨少

本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美書屋 版权所有