flâneur — a map of the web's best reading

Storage Engines — MongoDB Manual

mongodb.com · 173 words · saved by 1 readers

The storage engine is the component of the database that is responsible for managing how data is stored, both in memory and on disk. MongoDB supports multiple storage engines, as different engines perform better for specific workloads. Choosing the appropriate storage engine for your use case can significantly impact the performance of your applications. Starting in version 4.2, MongoDB removes the deprecated MMAPv1 storage engine. WiredTiger is the default storage engine starting in MongoDB 3.2. It is well-suited for most workloads and is recommended for new deployments. WiredTiger provides a document-level concurrency model, checkpointing, and compression, among other features. In MongoDB Enterprise, WiredTiger also supports Encryption at Rest. See Encrypted Storage Engine. About Support Social

Storage Engines for Self-Managed Deployments - Database Manual - MongoDB Docs Docs Menu Ask MongoDB AI Docs Home / Management Docs Home / Management Docs Home / Management Storage Engines for Self-Managed Deployments Copy page The storage engine is the component of the database that is responsible for managing how data is stored, both in memory and on disk. MongoDB supports multiple storage engines, as different engines perform better for specific workloads. Choosing the appropriate storage engine for your use case can significantly impact the performance of your applications. ➤ WiredTiger Sto

Explore this link on the map →

related reading