Database Operations
Reliability and security are key factors that distinguish a production-ready database system from one in development. With the appropriate tools, you can optimize performance, troubleshoot potential disruptions, scale resources, update workflows, and ward off threats all before they impact your users. Ensuring you have these tools in place from the outset of development is the surest path to smooth deployment.
MongoDB and its attendant managed deployment services provide robust suites of monitoring, backup, and auditing to make operational maintenance simple. In this chapter, you will explore the importance of operational tooling; strategies to ensure consistent performance, accurate backups, and quick restores and how to configure, troubleshoot, and analyze auditing and logging.
This chapter will cover the following topics:
- The importance of database monitoring
- Key metrics to monitor in MongoDB
- Reporting and monitoring tools ...