MongoDB Administrator's Guide.
Manage, fine-tune, secure and deploy your MongoDB solution with ease with the help of practical recipes About This Book Configure and deploy your MongoDB instance securely, without any hassle Optimize your database's query performance, perform scale-out operations, and make your database highly...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Packt Publishing,
2017.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover
- Copyright
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Customer Feedback
- Table of Contents
- Preface
- Chapter 1: Installation and Configuration
- Introduction
- Installing and starting MongoDB on Linux
- Getting ready
- How to do itâ#x80;Œ
- How it worksâ#x80;Œ
- There's moreâ#x80;Œ
- Installing and starting MongoDB on macOS
- Getting ready
- How to do it ...
- How it worksâ#x80;Œ
- Binding MongoDB process to a specific network interface and port
- Getting ready
- How to do it ...
- How it works ...
- Enabling SSL for MongodDBGetting ready
- How to do it..
- How it works ...
- There's moreâ#x80;Œ
- Choosing the right MongoDB storage engine
- WiredTiger
- MMAPv1
- The verdict
- Changing storage engine
- Getting ready
- How to do it ...
- How it works ...
- Separating directories per database
- Getting ready
- How to do it ...
- How it works ...
- Customizing the MongoDB configuration file
- Getting ready
- How to do it..
- How it works ...
- There's more ...
- Running MongoDB as a Docker container
- Getting ready
- How to do it ... How it works ...
- There's more..
- Chapter 2: Understanding and Managing Indexes
- Introduction
- Creating an index
- Getting ready
- How it works ...
- There's more ...
- Managing existing indexes
- Getting ready
- How to do it ...
- How it works ...
- How to use compound indexes
- Getting ready
- How to do it ...
- How it worksâ#x80;Œ
- There's more ...
- Creating background indexes
- Getting ready
- How to do it ...
- How it works ...
- Creating TTL-based indexes
- Getting ready
- How to do it ...
- How it works ... There's more ...
- Creating a sparse index
- Getting ready
- How to do it ...
- How it works ...
- Creating a partial index
- Getting ready
- How to do it ...
- How it works ...
- Creating a unique index
- Getting ready
- How to do it ...
- How it works ...
- Chapter 3: Performance Tuning
- Introduction
- Configuring disks for better I/O
- Reading and writing from disks
- Few considerations while selecting storage devices
- Measuring disk I/O performance with mongoperf
- Getting ready
- How to do it ...
- How it works ... Finding slow running queries and operations
- Getting ready
- How to do it ...
- How it works ...
- There's more ...
- Storage considerations when using Amazon EC2
- Figuring out the size of a working set
- There's more ...
- Chapter 4: High Availability with Replication
- Introduction
- Initializing a new replica set
- Getting ready
- How to do it ...
- How it works ...
- Adding a node to the replica set
- Getting ready
- How to do it ...
- How it works ...
- Removing a node from the replica set
- Getting ready