Latest in branch 1.5
1.5.8
Released 03 Aug 2010
(15 years ago)
SoftwareMongoDB Server
Version1.5
Status
End of life
Initial release1.5.0
09 Apr 2010
(16 years ago)
Latest release1.5.8
03 Aug 2010
(15 years ago)
End of lifeUnavailable
Release noteshttps://www.mongodb.com/docs/manual/release-notes/1.5/
Documentationhttps://www.mongodb.com/docs/v1.5/
Downloadhttps://www.mongodb.com/try/download/community
MongoDB Server 1.5 ReleasesView full list

What Is New in MongoDB 1.5

MongoDB 1.5 delivers significant enhancements in indexing, sharding, and operational tooling. This release focuses on improving performance for large-scale deployments and providing more granular control over database operations.

Category Key Changes
New Features Background indexing, Replica set-aware connections
Improvements Sharding performance, Indexing speed, mongostat tool
Bug Fixes Replication edge cases, Memory leaks, Windows service issues
Deprecated 32-bit builds (marked for future removal)

How did indexing get better in 1.5?

The headline feature is background indexing, which lets you build indexes without blocking database operations. This is a game-changer for production systems where you can't afford downtime.

Index builds are also significantly faster. In practice, this means your application stays responsive during maintenance tasks like adding a new index to a large collection.

What sharding improvements were made?

Sharding performance got a major boost, making it more viable for handling massive datasets. The improvements reduce the overhead of distributing data across multiple machines.

This matters because it lowers the barrier to horizontal scaling. You can split your data across more shards without hitting the same performance bottlenecks that existed in earlier versions.

Are there new tools for database admins?

Yes, the mongostat utility received important updates. It now provides more detailed and real-time statistics about your database's performance and operations.

For replica sets, the driver connections are now smarter about recognizing and handling failover scenarios. This improves application resilience when primary nodes change.

What should I know about platform support?

32-bit builds are officially deprecated in this release. While they still work, you should start planning your migration to 64-bit systems for future-proofing.

Several Windows-specific issues were fixed, particularly around running MongoDB as a service. This makes Windows deployments more stable and reliable for production use.

FAQ

Can I build indexes without taking my database offline?
Yes, MongoDB 1.5 introduces background indexing. This allows index creation to happen without blocking other database operations, though it might be slightly slower than the foreground alternative.

How does the replica set connection improvement work?
Drivers can now automatically detect when a replica set primary changes and redirect queries to the new primary. This reduces manual intervention during failover events.

Is it safe to upgrade from 1.4 to 1.5?
The release includes multiple bug fixes for replication edge cases and memory leaks, making it more stable than 1.4. Always test in a staging environment first, but the upgrade path is straightforward.

Why are 32-bit builds being deprecated?
32-bit architectures limit MongoDB's ability to effectively use memory and handle large datasets. The community is moving toward 64-bit systems exclusively for production deployments.

What's the best way to monitor performance in 1.5?
Use the enhanced mongostat tool. It provides more detailed insights into database operations, making it easier to identify performance bottlenecks and monitor system health.

Releases In Branch 1.5

VersionRelease date
1.5.803 Aug 2010
(15 years ago)
1.5.730 Jul 2010
(15 years ago)
1.5.624 Jul 2010
(15 years ago)
1.5.516 Jul 2010
(15 years ago)
1.5.403 Jul 2010
(15 years ago)
1.5.317 Jun 2010
(15 years ago)
1.5.227 May 2010
(16 years ago)
1.5.103 May 2010
(16 years ago)
1.5.009 Apr 2010
(16 years ago)