Showing results for September 2023 - Azure Cosmos DB Blog

Sep 30, 2023
0
3

Postgres 16 available in Azure Cosmos DB for PostgreSQL, powered by Citus

Nik Larin (Azure Data)
Nik Larin (Azure Data)

Big news in the Postgres world: PostgreSQL 16 was released just over 2 weeks ago. And today we're announcing that Postgres 16 is generally available for production workloads on Azure Cosmos DB for PostgreSQL. That’s right, in production: this announcement is not just a preview of Postgres 16 support.  Whether you need to provision a new distribu...

Azure Cosmos DB for PostgreSQL
Sep 28, 2023
0
2

Exploring the Free Try Azure Cosmos DB Sandbox Experience

Jay Gordon
Jay Gordon

In today’s rapidly evolving digital landscape, data is at the heart of everything we do. From e-commerce and healthcare to gaming and finance, businesses across all industries are relying on data to drive innovation, make informed decisions, and deliver exceptional user experiences. To harness the full potential of your data, you need a robust ...

Azure Cosmos DB for NoSQLAzure Cosmos DB for MongoDB
Sep 26, 2023
0
1

Driving real-time analytics with Azure Cosmos DB and Fivetran

Sajeetharan Sinnathurai
Sajeetharan Sinnathurai

Organizations face the challenge of efficiently extracting, transforming, and loading (ETL) data from various sources to leverage the power of real-time analytics and drive impactful business decisions. Azure Cosmos DB, a fully managed and serverless distributed database supporting NoSQL and relational workloads, is a valuable source for collecting...

Azure Cosmos DB for NoSQL
Sep 13, 2023
3
3

Announcing JavaScript SDK v4 for Azure Cosmos DB 

Sajeetharan Sinnathurai
Sajeetharan Sinnathurai

We are excited to announce the public preview of JavaScript SDK for Azure Cosmos DB version 4. The Azure Cosmos DB JavaScript SDK helps developers build Azure Cosmos DB applications with the NoSQL API and perform various operations more efficiently. The preview of version 4 is now available for download or to provide feedback on GitHub. The SDK tar...

Azure Cosmos DB for NoSQLAnnouncementsJavaScript SDK
Sep 7, 2023
0
5

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
0
3

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