Showing tag results for Azure Cosmos DB

Nov 6, 2025
Post comments count0
Post likes count0

From Real-Time Analytics to AI: Your Azure Cosmos DB & DocumentDB Agenda for Microsoft Ignite 2025

Jay Gordon
Jay Gordon

Microsoft Ignite 2025 is your opportunity to explore how Azure Cosmos DB, Cosmos DB in Microsoft Fabric, and DocumentDB power the next generation of intelligent, planet-scale applications. Whether you’re building real-time analytics pipelines, optimizing MongoDB-compatible workloads, or implementing AI-driven architectures, these technologies a...

AnnouncementsEvents
Nov 5, 2025
Post comments count0
Post likes count0

Now Available: Sort Geospatial Query Results by ST_Distance in Azure Cosmos DB

James Codella
James Codella

Azure Cosmos DB’s geospatial capabilities just got even better! We're excited to announce that you can now sort query results by distance using an ORDER BY ST_DISTANCE(...) clause in the NoSQL query language while leveraging a spatial index. Why is this important? Previously, you could use ST_DISTANCE in projections or WHERE clauses to fi...

Azure Cosmos DB for NoSQLQuery
Nov 5, 2025
Post comments count0
Post likes count0

Query Advisor for Azure Cosmos DB: Actionable insights to improve performance and cost

James Codella Minh Le
James,
Minh

Azure Cosmos DB for NoSQL now features Query Advisor, designed to help you write faster and more efficient queries. Whether you’re optimizing for performance, cost, or scalability, Query Advisor provides actionable recommendations to help you get the most out of your data. Why Query Optimization Matters Azure Cosmos DB’s SQL API is flexible and e...

QueryAzure Cosmos DB for NoSQL
Nov 3, 2025
Post comments count0
Post likes count0

Accelerate Your Growth: Azure Cosmos DB Partner Acceleration Program

Manish Sharma
Manish Sharma

Unlock 360° Success with the Cosmos DB Engineering Team Are you ready to elevate your cloud data practice and drive innovation for your customers? The Azure Cosmos DB Partner Acceleration Program—spearheaded by the Cosmos DB Engineering Team—offers a unique, end-to-end journey for partners. This initiative is designed to empower, upskill, and acce...

AIAzure Cosmos DB for NoSQLAzure Cosmos DB for MongoDB
Oct 17, 2025
Post comments count0
Post likes count0

Boost your Azure Cosmos DB Efficiency with Azure Advisor Insights

Iria Osara
Iria Osara

Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service, trusted for mission-critical workloads that demand high availability, scalability, and low latency. In this post we will discover how to maximize the full potential of Azure Cosmos DB using Azure Advisor recommendations to help you build smarter, faster, and more sec...

Azure Cosmos DB for NoSQLTips and TricksData Modeling
Aug 13, 2025
Post comments count0
Post likes count0

Azure Managed Instance for Apache Cassandra v5.0 Generally Available!

Manish Sharma
Manish Sharma

Azure Managed Instance for Apache Cassandra Upgrade to Cassandra v5.0 is now generally available, bringing a host of powerful new features and performance improvements to your cloud-native applications. This release marks a significant milestone for developers and data platform teams looking to modernize their distributed data infrastructure. ...

Azure Cosmos DB for Apache CassandraAnnouncements
Aug 6, 2025
Post comments count0
Post likes count1

Build a RAG application with LangChain and Local LLMs powered by Ollama

Abhishek Gupta
Abhishek Gupta

Local large language models (LLMs) provide significant advantages for developers and organizations. Key benefits include enhanced data privacy, as sensitive information remains entirely within your own infrastructure, and offline functionality, enabling uninterrupted work even without internet access. While cloud-based LLM services are convenient, ...

Azure Cosmos DB for NoSQL
Jul 28, 2025
Post comments count0
Post likes count1

Scaling multi-tenant Go applications: Choosing the right database partitioning approach

Abhishek Gupta
Abhishek Gupta

Multi-tenant applications face a fundamental challenge: how to efficiently store and query data for tenants of vastly different sizes? Consider the typical scenario where your platform serves both enterprise clients with hundreds of thousands of users, as well as small businesses with just a handful. With traditional database partitioning strategie...

Azure Cosmos DB for NoSQLData ModelingGo SDK
Jul 21, 2025
Post comments count0
Post likes count2

Integration testing for Go applications using Testcontainers and containerized databases

Abhishek Gupta
Abhishek Gupta

Integration testing has always presented a fundamental challenge: how do you test your application against real dependencies without the complexity of managing external services? Traditional approaches often involve either mocking dependencies (which can miss integration issues) or maintaining separate test environments (which can be expensive and ...

Go SDKAzure Cosmos DB for NoSQL
Jul 17, 2025
Post comments count0
Post likes count1

Build reliable Go applications: Configuring Azure Cosmos DB Go SDK for real-world scenarios

Abhishek Gupta
Abhishek Gupta

When building applications that interact with databases, developers frequently encounter scenarios where default SDK configurations don't align with their specific operational requirements. They need to customize SDK behavior to address real-world challenges like network instability, performance bottlenecks, debugging complexity, monitoring require...

Azure Cosmos DB for NoSQLGo SDK