Showing archive results for 2022

Aug 31, 2022
Post comments count0
Post likes count3

Announcing General Availability of Azure Cosmos DB integrated cache

Justine Cocchi
Justine Cocchi

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
Aug 30, 2022
Post comments count0
Post likes count0

Intra-account container copy jobs for Core (SQL) and Cassandra API accounts (Preview)

Shweta Nayak
Shweta Nayak

Announcing the preview for Intra-account container copy jobs. This functionality helps create offline copies of containers for Azure Cosmos DB for both Core (SQL) API and Cassandra API using Azure CLI. When to use The container copy feature for Azure Cosmos DB is helpful for the following scenarios: Steps to use intra...

AnnouncementsAzure Cosmos DB for NoSQLAzure Cosmos DB for Apache Cassandra
Aug 19, 2022
Post comments count2
Post likes count2

Write a Python data layer with Azure Cosmos DB and FastAPI

Abhinav Tripathi
Abhinav Tripathi

In this article, we will demonstrate how to build a data layer in Python for Azure Cosmos DB using FastAPI, a web framework for building and testing Python APIs. To demonstrate this, we will leverage the To Do App Quickstart in our docs. This app shows simple CRUD operations (insert, update, list and delete) using a simple data model for a To-Do i...

Azure Cosmos DB for NoSQLTips and TricksPython SDK
Aug 16, 2022
Post comments count3
Post likes count0

Azure Cosmos DB SQL Studio is a Hidden Gem!

Jay Gordon
Jay Gordon

This post was authored by Microsoft MVP and Azure Cosmos DB community champion Hasan Savran.  You can reach Hasan (@SavranWeb) on Twitter.  Azure Cosmos DB Core (SQL) API has many features that can help you with your cloud projects in Microsoft Azure. Most of these features; especially the new ones are at the SDK level, and you need to know .NE...

Azure Cosmos DB for NoSQL
Jul 28, 2022
Post comments count0
Post likes count3

Explore Azure Managed Instance for Apache Cassandra’s new features

Theo van Kraay
Theo van Kraay

At Microsoft Ignite last November, we announced the general availability of Azure Managed Instance for Apache Cassandra, an Azure service that hosts open-source Apache Cassandra clusters, with automated deployment, scaling, and management operations all built into the service. In this blog, we give a quick recap of what this service has to offer (c...

Azure Cosmos DB for Apache CassandraAnnouncements
Jul 21, 2022
Post comments count1
Post likes count1

Monitor Azure Managed Instance for Apache Cassandra using Dynatrace

Dileep Rao
Dileep Rao

There is now a new extension from Dynatrace that provides fully app-centric Cassandra performance monitoring for Azure Managed Instance for Apache Cassandra. Monitor your clusters with Dynatrace Prometheus Extension Dynatrace Prometheus Extension allows you to monitor and analyze the activity of your Azure Managed Instance for Apache Cassandra cl...

Managed Instance Apache CassandraAzure Cosmos DB for Apache Cassandra
Jul 19, 2022
Post comments count1
Post likes count1

Role-based access control in Azure Cosmos DB API for MongoDB: Now in preview

Richa Gaur
Richa Gaur

Role based access control (RBAC) is a much-needed capability in any database for enterprises. It lets you simplify your access control mechanism without added management. We have introduced RBAC in Azure Cosmos DB API for MongoDB, which allows you to: How does it work? API for MongoDB RBAC is built on concepts that are commonly found ...

Azure Cosmos DB for MongoDBSecurity
Jul 12, 2022
Post comments count2
Post likes count1

Run parallel CRUD operations with Python Async IO for Azure Cosmos DB

Khelan Modi
Khelan Modi

Async IO support for Azure Cosmos DB Python SDK, an important and much-anticipated capability, is now generally available (GA) for Python developers, data scientists, and any other professional that uses our Azure Cosmos DB Python SDK. Benefits Async IO support makes it easier to run multiple IO operations in parallel. The main advantage of Asy...

Azure Cosmos DB for NoSQLPython SDK
Jun 28, 2022
Post comments count0
Post likes count1

Benchmarking Data Migration from Cassandra to Azure Cosmos DB Cassandra API

Alp Kaya Akash Shankaran
Alp,
Akash

About the authors:  Akash & Alp We are working with many customers who for a variety of reasons such as not having to deal with patching the O/S, upgrades, scalability, etc. are looking to move their Cassandra IaaS workloads to Azure and one of the destinations is Azure Cosmos DB Cassandra API. We wanted to explore and dive deeper into perfo...

Azure Cosmos DB for Apache CassandraTips and TricksMigration
Jun 21, 2022
Post comments count7
Post likes count1

Introducing a new system function and optimized query operators

Justine Cocchi
Justine Cocchi

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