Thoughts on MongoDB from a SQL Server Dev
A SQL Server developer shares their perspective on adopting MongoDB, comparing it to traditional SQL and highlighting its strengths for specific use cases.
A SQL Server developer shares their perspective on adopting MongoDB, comparing it to traditional SQL and highlighting its strengths for specific use cases.
MongoDB 1.8.0 Release Candidate introduces key features like write-ahead journaling for durability, sparse indexes, and enhanced Map/Reduce.
Announcement for the MongoUK 2011 conference in London, covering MongoDB topics like schema design, indexing, and scalability.
Explains MongoDB's oplog, its role in replication, how to configure its size, and discusses a historical bug in version 1.6.5.
Explains why a MongoDB database often uses more storage space than a relational database for the same data, detailing factors like ObjectIds and key names.
A guide on configuring MongoDB to run as a Windows service, including command setup and troubleshooting tips.
A developer shares their experience using MongoVUE, a free .NET-based GUI tool for managing MongoDB databases.
A quick-start guide to setting up and using MongoDB with C# and the .NET framework, covering installation and basic database operations.