Showing category results for Azure Cosmos DB for NoSQL

May 18, 2021
Post comments count2
Post likes count0

Using Spark 3 connector for Azure Cosmos DB Core (SQL) API with Azure Databricks

Iranga Subasinghe

In this blog post, we show how to use the Spark 3 OLTP connector for Cosmos DB Core (SQL) API with Azure Databricks workspace and explains how the Catalog API is being used. Also, explores the differences between the partitioning strategies when reading the data from Cosmos DB.

Azure Cosmos DB for NoSQLSpark
Apr 23, 2021
Post comments count2
Post likes count0

Improve your Azure Cosmos DB .NET SDK initialization

Matias Quaranta

In this post, learn about the ways you can initialize your Azure Cosmos DB .NET SDK client to avoid latency spikes in your first operations.

Azure Cosmos DB for NoSQLTips and Tricks
Mar 18, 2021
Post comments count2
Post likes count0

Seamlessly transfer Kafka data with the new Azure Cosmos DB connector

Nikisha Reyes-Grange

Enable smooth data transfers between Apache Kafka and Azure Cosmos DB. New self-managed source and sink Azure Cosmos DB connectors for Kafka Connect are available now and can be downloaded from Confluent Hub or on GitHub.

Azure Cosmos DB for NoSQLAnnouncements
Mar 4, 2021
Post comments count1
Post likes count0

Share your notebooks with Azure Cosmos DB public notebooks gallery

Deborah Chen

We’re excited to announce two updates to our Azure Cosmos DB notebooks preview. Notebooks are now available in 29 regions, and with the new public gallery, publish and share your notebooks with the broader Azure Cosmos DB community

AnnouncementsAzure Cosmos DB for NoSQLNotebooks
Mar 2, 2021
Post comments count1
Post likes count0

Continuous backup with point in time restore now in preview

Govind Kanshi

Azure Cosmos DB now offers continuous backup with point-in-time restore capabilities. This feature can help to recover your database from accidental delete of accounts, containers or mutation of data. The restore can be accomplished through a wide area of tools available on the platform.

Azure Cosmos DB for NoSQLAnnouncementsAzure Cosmos DB for MongoDB
Mar 2, 2021
Post comments count4
Post likes count0

Role-based access control with Azure AD now in preview

Thomas Weiss

Role-based access controls are now in public preview for Azure Cosmos DB Core (SQL) API. They offer fine-grained control over permissions and add a new layer of security to your databases.

SecurityAzure Cosmos DB for NoSQLAnnouncements
Feb 16, 2021
Post comments count3
Post likes count1

New ways to use composite indexes in Azure Cosmos DB

Tim Sander

You can now use composite indexes in Azure Cosmos DB to optimize additional cases of the most common inefficient queries! Anytime you have a slow or high RU query, you should first consider whether the query can be optimized with a composite index.

QueryAzure Cosmos DB for NoSQLTips and Tricks