Showing tag results for nosql

Sep 25, 2024
Post comments count0
Post likes count1

Announcing the GA of Dynamic Scaling (Per Region and Per Partition Autoscale)

Rakhi Thejraj

We are excited to announce the GA of Azure Cosmos DB dynamic scaling – among multiple new features (Binary Encoding, Reserved Capacity) released recently to make your Azure Cosmos DB workloads even more cost efficient. Dynamic scaling is an enhancement to autoscale which provides cost optimization for nonuniform workloads. In the earlier version of...

Azure Cosmos DB for NoSQL
Sep 12, 2024
Post comments count0
Post likes count1

DiskANN for Azure Cosmos DB Now in Open Public Preview!

James Codella

We’re excited to announce that the DiskANN vector index is now in open public preview in Azure Cosmos DB for NoSQL! This means that anyone who enrolls an Azure Cosmos DB for NoSQL resource in the Vector Search Public Preview now automatically gets access to the most powerful and scalable vector index on the planet. What is DiskANN? ...

Azure Cosmos DB for NoSQLAI
Sep 5, 2024
Post comments count1
Post likes count4

Azure Cosmos DB Vector Search with DiskANN Part 1: Full Space Search

Nitish,
James,
Harsha

Vector Search with Azure Cosmos DB Azure Cosmos DB NoSQL features advanced vector indexing and search capabilities powered by DiskANN, a suite of highly scalable, accurate, and cost-effective approximate nearest neighbor (ANN) algorithms for low-latency vector search at any scale. Azure Cosmos DB features key capabilities important for building...

Azure Cosmos DB for NoSQLAI
Jul 2, 2024
Post comments count3
Post likes count1

Now use role-based access control in Azure Cosmos DB Data Explorer

Meredith Moore

Azure Cosmos DB Data Explorer is a web-based tool that allows you to interact with your data, run queries, and visualize results in Azure Cosmos DB. It is available in the Azure Portal and as a standalone web app. RBAC allows you to use Microsoft Entra ID identities to control data access in Data Explorer, instead of using account keys. This way...

Azure Cosmos DB for NoSQLAnnouncements
Aug 10, 2023
Post comments count0
Post likes count1

Introducing Text Indexes in Azure Cosmos DB for MongoDB vCore

Sudhanshu Vishodia

In the realm of modern databases, efficient querying of text-based data is pivotal to deliver smooth user experiences and provide valuable insights from textual content. To address this need, Azure Cosmos DB for MongoDB vCore now offers text indexing. In this blog, we'll delve into the ins and outs of text indexes in Azure Cosmos DB for MongoDB vCo...

Azure Cosmos DB for MongoDBAzure Cosmos DB for NoSQL
May 23, 2023
Post comments count20
Post likes count3

Announcing Materialized Views for Azure Cosmos DB for NoSQL (Preview)

Abhinav Tripathi

When designing an application using Azure Cosmos DB, users are required to select a Partition Key from among the properties stored for each item, and the value in the Partition Key is used to scale out their data. Users can avoid costly cross partition queries by correctly using the Partition Key in their queries but in many cases, it can be diffic...

Azure Cosmos DB for NoSQL