Showing category results for Azure Cosmos DB for NoSQL

May 21, 2024
Post comments count0
Post likes count8

Introducing vector database capabilities in Azure Cosmos DB for NoSQL (Public Preview)

James Codella
James Codella

 We are excited to announce that native vector indexing and search in Azure Cosmos DB for NoSQL is now available in preview! Azure Cosmos DB is the world’s first full-featured serverless database with vector search and features multiple vector index options from flat (exact), quantized flat, and a new DiskANN-based index. DiskANN is a suite...

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

General Availability: Computed Properties in Azure Cosmos DB for NoSQL

James Codella
James Codella

We’re thrilled to share that Computed Properties have now hit General Availability in Azure Cosmos DB for NoSQL! Computed properties are a Cosmos DB developer’s dream come true! They allow you to write your query logic just once and then reuse it across multiple queries, saving you time and effort in your database operations. Computed Properties ca...

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

What’s New in vCore-based Azure Cosmos DB for MongoDB

Sudhanshu Vishodia
Sudhanshu Vishodia

We are excited to share some significant enhancements and new features in our vCore-based Azure Cosmos DB for MongoDB. keeping with our commitment to continually improve Azure Cosmos DB. Let’s dive into the details: We are excited to share that we will soon be expanding our support for MongoDB to include Version 7.0! While we currently off...

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

Simplifying your Azure Cosmos DB migration: From Serverless to Provisioned throughput (preview)

Richa Gaur
Richa Gaur

Azure Cosmos DB offers a range of options to fit the diverse needs of cloud applications, including the choice between serverless and provisioned throughput accounts. The serverless option is ideal for workloads with unpredictable patterns, but there are instances when transitioning to a provisioned throughput account is advantageous for enhanced p...

MigrationAzure Cosmos DB for NoSQLAnnouncements
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