MongoDB 6 Adds Encrypted Query Support
Written by Kay Ewbank   
Tuesday, 07 June 2022

MongoDB 6 has been released with improvements aimed at letting developers innovate more rapidly. To achieve this the new release has integrated features into the core database platform including application search, real time application analytics and device sync.

MongoDB is a NoSQL document database that stores its documents in a JSON-like format with schema. MongoDB Atlas is the fully-managed cloud database from the MongoDB team.

mongodblogo

The launch came today at MongoDB’s annual conference, MongoDB World at the Javits Center in New York City. Announcing the release, Dev Ittycheria, President & CEO of MongoDB, said that the changes reflected the move of enterprises workloads to the public cloud, and the new release aims to provide a developer data platform for building modern applications that provides all the data services and operational abstractions that developers need.

The first specific improvement is aimed at making it easier to work with encrypted data. Queryable Encryption adds an encrypted search scheme that can be used to search encrypted data without impacting query speed or app performance. The data remains encrypted all times on the database, including in memory and in the CPU; keys never leave the application and cannot be accessed by the database server.

The second improvement is an extension to Altas Search, the embedded full-text search in MongoDB Atlas. This has been extended with "Search Facets", a way to narrow down Atlas Search results based on the most frequent string values in the specified string field.

Other improvements to Atlas include support for secondary indexes on measurements in time series collections, and faster sorting of time-based data.

Support for "in-app analytics" is another area of improvement. Analytics nodes can now be scaled separately, making it possible to independently tune the performance of operational and analytical queries without over- or under-provisioning. Columnstore indexing is also on the cards later this year and will let users create and maintain a purpose-built index that speeds up common analytical queries without requiring any changes to the document structure or having to move data to another system.

MongoDB 6.0 is available now.

mongodblogo

More Information

MongoDB Website

Related Articles

MongoDB 5 Adds Live Resharding

MongoDB Trends

MongoDB Atlas Adds MultiCloud Cluster Support

MongoDB Adds GraphQL Support

MongoDB Improves Query Language

 

 

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


OpenAI Announces ChatGPT Canvas
10/10/2024

OpenAI has launched an extra facility for developers using ChatGPT. Canvas is described as offering a new way of working with ChatGPT to write and code.



Microsoft Releases Dev Proxy 0.21
08/10/2024

Microsoft has released an update to Dev Proxy, its command-line API simulator. The updated version, v0.21, adds the ability to simulate authentication and authorization using API keys and OAuth2 among [ ... ]


More News

espbook

 

Comments




or email your comment to: comments@i-programmer.info