Showing category results for Azure Cosmos DB for NoSQL

May 21, 2024
Post comments count0
Post likes count3

General Availability: Index Metrics in Azure Cosmos DB for NoSQL

James Codella
James Codella

You can now use the Azure Cosmos DB index metrics to optimize query performance with Index Advisor! Indexing metrics show two important pieces of information: Enabling indexing metrics: You can enable indexing metrics for a query by setting the PopulateIndexMetrics property to true. When not specified, PopulateIndexMetrics defaults ...

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

Justine Cocchi
Justine Cocchi

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 21, 2024
Post comments count0
Post likes count2

Announcing General Availability of Azure Cosmos DB Integration with Vercel 

Sajeetharan Sinnathurai
Sajeetharan Sinnathurai

We're thrilled to announce the general availability of the Vercel and Azure Cosmos DB integration! This powerful combination empowers developers to easily build dynamic, scalable applications by leveraging the strengths of both platforms.    Key Features of the Integration  With the Vercel and Azure Cosmos DB integration, seamless dat...

Azure Cosmos DB for NoSQL
May 15, 2024
Post comments count0
Post likes count3

Announcing Data API builder General Availability for Azure Cosmos DB

Sajeetharan Sinnathurai
Sajeetharan Sinnathurai

About Data API builder for Azure Databases Exciting news! The Data API Builder for Azure Cosmos DB is now officially available! Say goodbye to developer headaches when accessing databases for client applications. Requiring no code, the Data API Builder provides secure, feature-rich GraphQL endpoints on Azure Cosmos DB. It's developer-friendl...

Azure Cosmos DB for NoSQLAnnouncements
May 9, 2024
Post comments count0
Post likes count1

Configure customer-managed keys for your existing Azure Cosmos DB accounts!

Dileep Rao
Dileep Rao

Encryption options for data at rest on Azure Cosmos DB that is available today. Azure Cosmos DB strives to provide the best-in-class security features. Encryption of data at rest is one such important security feature. Encryption of data at rest using Microsoft's service-managed keys is enabled by default. In addition to this default encrypti...

Azure Cosmos DB for NoSQLSecurity
Apr 19, 2024
Post comments count0
Post likes count1

Azure Cosmos DB design patterns – Part 9: Schema versioning

Jay Gordon
Jay Gordon

Welcome to Part 9 of our Azure Cosmos DB Design Patterns series, focusing on Schema Versioning. This edition is particularly useful for those new to NoSQL databases or looking to understand Azure Cosmos DB's unique capabilities. Here, we will explore how schema versioning can help manage and evolve your database schema efficiently, drawing on real-...

Azure Cosmos DB for NoSQL
Apr 12, 2024
Post comments count0
Post likes count3

Reduce TCO with Azure Cosmos DB for MongoDB

Abinav Rameesh
Abinav Rameesh

Azure Cosmos DB for MongoDB is a fully managed MongoDB compatible cloud database service. Built on top of a proprietary engine to provide scale, performance and availability guarantees, the service eliminates the operational overhead of running self-hosted MongoDB instances.   In this blog, we dig into seven specific reasons why total cost of ow...

Azure Cosmos DB for NoSQL
Apr 11, 2024
Post comments count0
Post likes count3

Optimize Your Azure Cosmos DB Costs with New Reserved Capacity Tiers

Rodrigo Souza
Rodrigo Souza

Commit to a reservation for Azure Cosmos DB resources using Azure Cosmos DB reserved capacity to save money.  Starting with our new 100 RU/s option, any customer can now reduce costs using Azure Cosmos DB request units (RU/s). You can buy any quantity of the 100 RU/s reservation, at any time.  There is no limit to the number of reservations, and th...

Azure Cosmos DB for NoSQLAnnouncements
Apr 9, 2024
Post comments count0
Post likes count3

Backups for Azure Managed Instance for Apache Cassandra®

Wenting Wu
Wenting Wu

In the dynamic landscape of cloud-based data management, Azure Managed Instance for Apache Cassandra® (Azure MI Cassandra) stands out as a fully managed service that simplifies the deployment and management of Cassandra clusters on the Azure platform. Beyond its core functionalities, Azure MI Cassandra offers a valuable backup feature, allowing use...

Managed Instance Apache CassandraAzure Cosmos DB for NoSQLAzure Cosmos DB for Apache Cassandra
Mar 27, 2024
Post comments count2
Post likes count1

Optimizing database performance: Change partition keys of a container in Azure Cosmos DB for NoSQL API (preview)

Richa Gaur
Richa Gaur

Partitioning is a key concept in Azure Cosmos DB, a fully managed, globally distributed, multi-model database service that offers unlimited scalability and low latency. By distributing data across multiple physical partitions based on the partition key(s), Azure Cosmos DB optimizes data access and distribution, profoundly impacting database perform...

Azure Cosmos DB for NoSQLTips and TricksMigration