Posts by this author

Oct 9, 2024
0
0

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 ...

Azure Cosmos DB for NoSQL
May 21, 2024
0
2

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
0
5

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 ...

Azure Cosmos DB for NoSQL
Aug 31, 2022
0
3

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 ...

Azure Cosmos DB for NoSQLAnnouncements
Jun 21, 2022
7
1

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 ...

Azure Cosmos DB for NoSQLAnnouncements