Showing archive results for July 2026

Jul 27, 2026
Post comments count0
Post likes count0

Query Performance Tuning in Azure DocumentDB: A Practical Guide

Patty,
Marcelo

Writing a query that works is easy. Writing a query that scales is a different story. As collections grow to millions of documents, queries that returned results in milliseconds during development start taking seconds or timing out entirely. The root cause is almost always the same: the database is doing far more work than it needs to. In this po...

DocumentDB
Jul 13, 2026
Post comments count0
Post likes count1

How a Large Enterprise Migrated 47 TB and 7,000+ Collections to Azure DocumentDB in Under 48 Hours

Sandeep S. Nair

Large database migrations are where good planning either pays off or falls apart. In a MongoDB-compatible estate with thousands of collections, the hard part is not only moving data. It is deciding what to move, what to defer, how to sequence the work, and how to keep the system stable while ingestion is running at full speed. That is exactly wha...

DocumentDBMongoDB Migrations