Posts by this author

Apr 10, 2025
Post comments count0
Post likes count1

Getting insights from changes to items in Azure Cosmos DB just got easier!

Azure Cosmos DB’s change feed provides a view of changes to data in your container. This enables patterns like event sourcing, auditing and synchronizing downstream systems. Change feed can be read in real time or on demand, giving you the most flexibility for processing and reprocessing changes. Change feed is available in two modes, latest ver...

Azure Cosmos DB for NoSQL
Oct 9, 2024
Post comments count0
Post likes count0

Introducing RBAC Authentication and more for the Azure Cosmos DB Integrated Cache

We’re excited to announce new features for the Azure Cosmos DB integrated cache! The integrated cache is built into the dedicated gateway, and now there’s new ways to authenticate your requests. Security is top of mind for many organizations, and you can now use Role-Based Access Control (RBAC) with Microsoft Entra ID to authenticate to the dedicat...

Azure Cosmos DB for NoSQL
May 21, 2024
Post comments count0
Post likes count2

Announcing the stable release of the Azure Cosmos DB client library for Go

We're excited to announce the stable release of the Azure Cosmos DB client library for Go, a native Go library that enables you to interact with Azure Cosmos DB for NoSQL accounts from your Go applications. The Azure Cosmos DB client library for Go provides an idiomatic API for you to perform operations on databases, containers, and items. Learn...

Azure Cosmos DB for NoSQLAnnouncements
May 23, 2023
Post comments count0
Post likes count5

Real time data processing with new Azure Cosmos DB change feed modes

The Azure Cosmos DB change feed allows applications to seamlessly react to real time changes to data! It’s a persistent record of changes to items in your container in the order they occurred. Instead of writing complex code to query recently modified documents, manually track checkpointing, and handle retries for errors in processing, the change f...

Azure Cosmos DB for NoSQL
Aug 31, 2022
Post comments count0
Post likes count3

Announcing General Availability of Azure Cosmos DB integrated cache

Reduce costs and latency for read-heavy workloads with Azure Cosmos DB integrated cache, an in-memory cache that’s now generally available. In addition to increasing speed and decreasing costs, adding an integrated cache simplifies your architecture and application complexity, allowing you to focus on building your business logic. The integrated ca...

Azure Cosmos DB for NoSQLAnnouncements
Jun 21, 2022
Post comments count7
Post likes count1

Introducing a new system function and optimized query operators

The query engine in Azure Cosmos DB Core (SQL) API now has a new system function and optimizations for a set of query operations to better use the index. In this post we’ll cover the new DateTimeBin function as well as improvements to GROUP BY, DISTINCT, OFFSET LIMIT, and JOIN. These example scenarios are for Contoso, a fictional online retailer...

Azure Cosmos DB for NoSQLAnnouncements