Running MongoDB in Production Part 2


Are you a seasoned MySQL DBA that needs to add MongoDB to your skills? Are you used to managing a small environment that runs well, but want to know what you might not know yet?
MongoDB works well, but when it has issues, the number one question is "where should I go to solve a problem?"

This tutorial will cover:
Architecture and High-Availability

  • Replication Best Practices
  • Using read and write concerns
  • Disaster Recovery Considerations

Hardware

  • MongoDB Hardware Themes
  • Storage recommendations
  • System CPU considerations
  • Network Architecture

Tuning MongoDB

  • Storage Engines
  • Durability
  • What not to enable

Tuning Linux

  • Kernel Tuning Best Practices
  • Filesystem and Disk Recommendations
  • Virtual Memory Recommendations
  • Deployment Best Practices