Showing results for Tips and Tricks - Azure Cosmos DB Blog

Nov 15, 2023
Post comments count0
Post likes count1

What’s New for Azure Managed Instance for Apache Cassandra at Microsoft Ignite 2023: Building the Next Generation of AI Apps

Ricky Diep Theo van Kraay
Ricky,
Theo

  Get ready for Microsoft Ignite 2023, where we'll be unveiling exciting new features and enhancements for Azure Managed Instance for Apache Cassandra. With the introduction of vector search, turnkey major version upgrades, turnkey replication for multi-region clusters, turnkey hybrid cluster setup for live migrations, and L-series VM S...

Azure Cosmos DB for Apache CassandraTips and Tricks
Nov 8, 2023
Post comments count2
Post likes count2

Azure Cosmos DB design patterns – Part 2: Data Binning

Jay Gordon
Jay Gordon

Over the years, customers have asked us for help in designing applications around specific scenarios they were trying to achieve. In some cases, these centered around implementing certain patterns using a JSON-based NoSQL database. Some of these patterns are very common in the NoSQL world, but not well understood by those new to NoSQL databases. Ot...

Azure Cosmos DB for NoSQLTips and Tricks
Sep 7, 2023
Post comments count0
Post likes count5

Azure Cosmos DB design patterns – Part 1: Attribute array

Jay Gordon
Jay Gordon

Over the years, customers have asked us for help in designing applications around specific scenarios they were trying to achieve. In some cases, these centered around implementing certain patterns using a JSON-based NoSQL database. Some of these patterns are very common in the NoSQL world, but not well understood by those new to NoSQL databases...

Azure Cosmos DB for NoSQLTips and TricksData Architecture
Sep 5, 2023
Post comments count0
Post likes count3

4 Design Patterns to Deal with Large Item Sizes in Azure Cosmos DB for NoSQL

Subhasish Ghosh
Subhasish Ghosh

Introduction  A recommended best practice in Azure Cosmos DB for NoSQL is to avoid overly large item sizes. An Azure Cosmos DB item can represent either a document in a container, a row in a table, or a node or edge in a graph, depending on which API you use. Though the maximum size of an item allowed in Azure Cosmos DB for NoSQL is 2 MB, it is st...

Azure Cosmos DB for NoSQLTips and TricksData Architecture
Jul 11, 2023
Post comments count0
Post likes count1

Azure Cosmos DB: Powering the apps you use every day

Michal Toiba
Michal Toiba

Did you know that Azure Cosmos DB powers the apps you rely on every day? From the mobile app you use to order your coffee, to your communications methods at work, to your online shopping and news consumption, Azure Cosmos DB works behind the scenes to power the most popular apps and elastically scale them to meet demand. Here's how a handful of ...

NewsTips and Tricks
Apr 4, 2023
Post comments count0
Post likes count2

Building multi-tenant Java apps using Spring Data and Azure Cosmos DB

Theo van Kraay
Theo van Kraay

There are many factors to take into account when designing a multi-tenant application in Azure Cosmos DB. We've covered many of these aspects at a high level in our documentation on Multitenancy and Azure Cosmos DB. In this blog, we'll quickly dive into the mechanics of implementing a database per tenant or container per tenant performance isola...

Azure Cosmos DB for NoSQLTips and TricksJava SDK
Mar 9, 2023
Post comments count0
Post likes count2

Azure Cosmos DB – for startups too

Michal Toiba
Michal Toiba

  Azure Cosmos DB is a fully-managed, distributed database known for its automatic and instant scalability, guaranteed business continuity with SLA-backed availability, and security for applications of any size or scale. While these are enterprise-level capabilities – ensuring that the most business-critical apps have the guaranteed per...

Tips and Tricks
Jan 17, 2023
Post comments count2
Post likes count5

NoSQL vs. relational: Which database should you use for your app?

Michal Toiba
Michal Toiba

Microsoft recently announced the introduction of Azure Cosmos DB for PostgreSQL, a distributed relational database, making Azure the first cloud platform to offer support for both relational and NoSQL (non-relational) data in a single database service. This means Azure Cosmos DB developers now have ultimate flexibility when building cloud-native ap...

Tips and TricksAzure Cosmos DB for NoSQLAzure Cosmos DB for PostgreSQL
Dec 1, 2022
Post comments count0
Post likes count4

Diagnosing & Troubleshooting 4 Common Client-side Issues in Azure Cosmos DB for NoSQL with Java SDK V4

Subhasish Ghosh
Subhasish Ghosh

Introduction Knowing how to effectively troubleshoot Azure Cosmos DB for NoSQL client-side performance issues is critical for using the service. This blog post will show you how you can leverage the Diagnostics property in the Azure Cosmos DB for NoSQL Java SDK V4 so you can design and operate highly available and scalable mission-critical applica...

Azure Cosmos DB for NoSQLTips and TricksJava SDK
Nov 15, 2022
Post comments count0
Post likes count3

More IntelliJ support for Azure Cosmos DB!

Theo van Kraay
Theo van Kraay

In September we announced that the Azure ToolKit for IntelliJ plugin now includes support for Azure Cosmos DB. Check out that blog here. This month, we've added more features! IntelliJ IDEA is an integrated development environment (IDE) for Java, Kotlin, Groovy, and other JVM-based languages. The Azure plugin allows Java developers to easily dev...

Azure Cosmos DB for NoSQLAnnouncementsAzure Cosmos DB for MongoDB