Showing results for materialized views - Azure Cosmos DB Blog

May 23, 2023
20
3

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

Abhinav Tripathi
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
Sep 5, 2022
5
1

Announcing Materialized Views for Azure Cosmos DB API for Cassandra Preview

Dileep Rao
Dileep Rao

Data modeling in the NoSQL world is driven by data access patterns. There are scenarios where it makes sense to duplicate data into multiple separate tables depending on the read/write pattern. This is even more important when you want to access the same information using different unique identifiers (not restricted to only the primary key). Wri...

Azure Cosmos DB for Apache CassandraAnnouncements