Quantcast
Channel: Joab Jackson, Author at The New Stack
Viewing all articles
Browse latest Browse all 697

MongoDB 8 Goes Hard on Time-Series Data, Horizontal Scaling

$
0
0

MongoDB has released version 8 of its namesake document database and has geared this version for high-end, performance-oriented workloads.

Optimizations have made the database system 32% more performant. The speed of time-series aggregations has been boosted by 200%, Scalability has been improved by 50%, and the database’s unique feature, queryable encryption, has been expanded for more types of queries.

In the month prior to this release, the company also discontinued a number of lesser-used features and products.

MongoDB has over 50,000 customers of its commercially-supported MongoDB Enterprise platform, and the base open source database is used in millions of deployments.

For its commercial clients, the company has been working to make the software more robust.

“Customers across industries tell us how critical it is for their core operational database to perform well, no matter the scale involved,” said Jim Scharf, chief technology officer at MongoDB, in a statement. “MongoDB 8.0 was built to exceed the most stringent security, durability, availability, and performance requirements of our customers.”

Time Series Data Processing

The improvements aimed at improving overall performance across a wide variety of use cases, where even minor sub-optimal performance can lead to user disgruntlement.

Various optimizations in the architecture have squeezed an additional 32% performance improvement from the software through smarter memory usage and more efficient queries.

Time series processing has improved by a remarkable 200%. A fresh way of batch processing of INSERTs, UPDATEs and DELETEs speed bulk writes by 56% and data replication concurrent writes by 20%.

This means the company claims that MongoDB can handle higher volumes of time series data while performing complex aggregations.

Horizontal Scaling

The company and the project’s contributors have also worked harder to improve horizontal scaling or the ability the software has to move from, say, thousands of users to millions of users.

This is usually done by splitting the data into “shards” across multiple servers or shards. Starting with version 8.0, MongoDB can now distribute data across multiple shards 50% faster without any additional configuration or setup.

The software can also better handle unexpected spikes in workload demand. It now includes the ability to set a default maximum time limit for running queries, to reject recurring types of problematic queries, and to set query settings to persist through events like database restarts to help ensure high performance for applications experiencing high demand.

Further enhancing resilience for Kubernetes users is the new multicluster support for the MongoDB Enterprise Kubernetes Operator, for deploying MongoDB across local and geographically-distributed multiple clusters.

This can allow users to spread their deployment across geographically separated clusters for greater resilience.

What Else Is in the Box?

Other improvements that come with MongoDB 8 include:

  • MongoDB Queryable Encryption for range functions. This follows up on earlier work to encrypt the data during networking and storage, and even remain encrypted when it is queried. This extension now covers a new type of query, range functions. These queries remain encrypted until the end user, with the appropriate decryption key, views it.
  • The MongoDB for IntelliJ Plugin will help Java Developers write and test Java queries for the database more efficiently.
  • MongoDB CoPilot Participant for VS Code Public Preview brings a chat interface to developers writing for the database system, offering developers queries, and explanations of schemas from directly within VS Code.

Other Changes

MongoDB has also been busy trimming its product line, mostly around its Atlas cloud data service. Last month, the company announced it would be discontinuing the Atlas Data API and Custom HTTP endpoints, Atlas Device Sync and Atlas Device SDKs, Atlas Data Lake and Atlas Edge Server. Customers can use these features until Sept. 30, 2025.

MongoDB sets its roadmap to customer needs, and not all of the features it introduces find its audience, explained Andrew Davidson, senior vice president of product, MongoDB, in an e-mail statement.

“MongoDB invests in areas based on customer feedback, and we develop our roadmap to meet their needs,” he stated.

The company has a wide ecosystem of partners who should be able to provide these capabilities, however.

“We are committed to helping affected customers successfully move to one of these alternative solutions within our extensive partner network,” he noted.

MongoDB 8.0 is now available on the Amazon Web Services, Google Cloud, and Microsoft Azure through MongoDB Atlas. MongoDB Enterprise Advanced now runs on 8.0 as well.

The post MongoDB 8 Goes Hard on Time-Series Data, Horizontal Scaling appeared first on The New Stack.

Optimizations have made the database system 32% more performant. Time-series aggregations have boosted performance by 200%, and scalability has been improved by 50%.

Viewing all articles
Browse latest Browse all 697

Trending Articles