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如何帮你管理通过web应用收集的海量数据呢?通过本书的权威解读,你会了解面向文档数据库的诸多优点,会发现mongodb如此稳定、性能优越甚至能够无限水平扩展背后的原因。 《mongodb权威指南》的两位作者来自开发并支持开源数据库mongodb的公司10gen。数据库开发人员可将...  

評分

新版变厚了一倍啦!( ﹁ ﹁ ) 你们快再去读一遍…… 为什么说我的评论太短了呢…… 豆娘你在想啥…… 而且是2014年出版的……hmmm 不想凑字了……如果还不行我就要复制粘贴凑字数了( ﹁ ﹁ )  

評分

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

評分

mongodb如何帮你管理通过web应用收集的海量数据呢?通过本书的权威解读,你会了解面向文档数据库的诸多优点,会发现mongodb如此稳定、性能优越甚至能够无限水平扩展背后的原因。 《mongodb权威指南》的两位作者来自开发并支持开源数据库mongodb的公司10gen。数据库开发人员可将...  

評分

今天一不留神 竟然看了一半 内容实在有点颠覆我对数据的看法 之前无论mysql 还是其他 用着没一个爽的 python下用orm 操作感觉舒服点 看完mongodb 发现里面的操作都函数化了 直接和orm没啥区别了 而且天生的分布式支持 很有前景 推荐大家看  

用戶評價

评分

書到用時方恨少

评分

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

评分

第一版沒看多少,看完第二版算是補課。。

评分

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

评分

學一門技術,最好是完整的看完一本全麵介紹的書籍,這樣子可以更快對技術有全麵的瞭解,少走彎路。

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

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