MongoDB 8.0 offers faster reads, writes and more control

MongoDB 8.0 offers faster reads, writes and more control

MongoDB recently released version 8.0 of its cloud-based database platform. According to the developer, this latest iteration offers significantly enhanced performance compared to its predecessor and provides users with greater control over their database operations.

With the release of MongoDB 8.0, the database developer says it is raising the bar in terms of performance. Specifically, version 8.0 boasts a 36 percent improvement in read throughput, 56 percent faster bulk writes, and a 20 percent increase in the speed of concurrent writes during replication processes. The most notable performance gains are observed when handling large volumes of time series data, with improvements reaching up to 200 percent.

Architectural Enhancements

The performance improvements in MongoDB 8.0 are attributed to fundamental changes in its underlying architecture. These modifications have resulted in reduced memory consumption and shorter query execution times. Additionally, the cloud-based database now implements more efficient batch processing for insert, update, and delete operations.

Another significant advantage of the new version is its improved ability to manage unpredictable usage spikes and high demand scenarios. Users can now set maximum time limits for query execution, reject specific queries that may cause issues, and define search settings that persist even when databases are restarted.

Furthermore, the horizontal scaling functionality in the new version is reported to be both faster and more cost-effective. This feature allows data to be “sharded” or distributed across multiple servers. The process of data distribution is now 50 times faster, potentially reducing costs by up to 50 percent compared to MongoDB 7.0.

MongoDB 8.0 also offers enhanced support for search and AI applications through the implementation of “quantized vectors.” These are compressed representations of “full-fidelity vectors,” which require less memory and can be retrieved quickly while maintaining accuracy.

MongoDB Queryable Encryption

Further updates have been added for MongoDB Queryable Encryption. This allows users to encrypt sensitive data in their database environment, store it in the database, and run queries on it. The recent updates allow users to run extended queries on this encrypted data, thereby reducing the risk of data exposure and loss. This is achieved by maintaining data encryption throughout its entire lifecycle.

Additional benefits of the new version include reduced resource utilization and lower operational costs.

MongoDB 8.0 is available immediately.

Tip! MongoDB Atlas update optimizes database for more apps