Book Image

MongoDB High Availability

By : Afshin Mehrabani
Book Image

MongoDB High Availability

By: Afshin Mehrabani

Overview of this book

Table of Contents (17 chapters)
MongoDB High Availability
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3. Clustering in MongoDB

As a database gets larger, you need to come up with solutions to improve its performance to support more queries over a period of time and throughput. The most common solution in databases is clustering. Using clustering, you can save data across multiple servers and obviously, share and distribute the pressure of data between different servers. In this chapter, you will learn the basic concepts of clustering in MongoDB.