Latest Pre-release in branch 6.3 (Rapid Release)
6.3.2-rc1
Released 22 Jun 2023
(2 years ago)
SoftwareMongoDB Server
Version6.3 (Rapid Release)
Status
End of life
Initial release6.3.0
10 Apr 2023
(3 years ago)
Latest release6.3.2-rc1
22 Jun 2023
(2 years ago)
End of life31 Mar 2023
(Ended 3 years, 2 months ago)
Release noteshttps://www.mongodb.com/docs/manual/release-notes/6.3/
Documentationhttps://www.mongodb.com/docs/v6.3/
Downloadhttps://www.mongodb.com/try/download/community
MongoDB Server 6.3 (Rapid Release) ReleasesView full list

What Is New in MongoDB 6.3

MongoDB 6.3 introduces a set of enhancements focused on developer productivity, query capabilities, and operational resilience. This release builds on the foundation of 6.0 with incremental improvements rather than massive new features.

Category Key Updates
Query Enhancements New aggregation operators, improved compound wildcard indexes
Time Series Performance improvements for time series collections
Security Refinements to Queryable Encryption
Operability Diagnostic and logging improvements

What query improvements stand out in 6.3?

The aggregation framework gets more powerful with new operators. $dateAdd, $dateSubtract, and $dateDiff provide finer control over date manipulation directly in aggregation pipelines.

Compound wildcard indexes now support more flexible query patterns. You can combine a wildcard index with other indexed fields, which helps optimize queries that filter on a dynamic subset of fields alongside static ones.

How are time series collections faster now?

Time series collections see significant optimizations in both data ingestion and query execution. The internal storage format is more efficient, reducing disk usage for high-frequency sensor data or metrics.

Queries that perform aggregations over large time windows, like rolling averages, benefit from improved index usage and reduced CPU overhead. This matters because time series workloads are often performance-critical.

What's new for Queryable Encryption?

Queryable Encryption moves from preview to general availability with enhanced performance and better developer ergonomics. You can now perform equality queries on encrypted fields without decrypting them server-side.

In practice, this means sensitive data like PII can remain encrypted throughout its entire lifecycle -- at rest, in transit, and even during query processing. The client handles encryption and decryption, keeping keys separate from the database.

Any operational changes for DBAs?

Diagnostic data collection is more granular, helping pinpoint performance issues faster. New logging details around slow queries and index usage provide clearer insights into potential bottlenecks.

There are also refinements to the mongod startup process and configuration handling, making deployments slightly more robust against configuration errors.

FAQ

Is Queryable Encryption production-ready in 6.3?
Yes, Queryable Encryption is now generally available (GA). It's suitable for production use cases requiring encrypted equality searches on sensitive data.

Do I need to rebuild my time series collections to get the performance benefits?
No, the performance improvements for time series are applied automatically. Existing collections will benefit from the optimized storage and query execution.

Are the new date aggregation operators backwards compatible?
Yes, the new operators ($dateAdd, $dateSubtract, $dateDiff) are additive. They won't break existing aggregation pipelines.

What happens to my existing compound wildcard indexes?
They continue to work as before. The enhancement allows you to create new, more flexible compound indexes that include a wildcard pattern.

Is this a major release like 6.0?
No, 6.3 is a point release within the 6.0 series. It delivers incremental improvements and stabilizes features that were in preview, rather than introducing entirely new paradigms.

Releases In Branch 6.3 (Rapid Release)

VersionRelease date
6.3.2-rc122 Jun 2023
(2 years ago)
6.3.222 Jun 2023
(2 years ago)
6.3.2-rc001 Jun 2023
(3 years ago)
6.3.1-rc117 Apr 2023
(3 years ago)
6.3.117 Apr 2023
(3 years ago)
6.3.1-rc014 Apr 2023
(3 years ago)
6.3.010 Apr 2023
(3 years ago)
6.3.0-rc330 Mar 2023
(3 years ago)
6.3.0-rc222 Mar 2023
(3 years ago)
6.3.0-rc113 Mar 2023
(3 years ago)
6.3.0-rc007 Feb 2023
(3 years ago)
6.3.0-alpha001 Feb 2023
(3 years ago)
6.3.0-alpha15 Nov 2022
(3 years ago)