Showing archive results for 2023

Jun 21, 2023
Post comments count0
Post likes count5

Distributed PostgreSQL benchmarks using HammerDB, by GigaOM

Marco Slot

Distributed PostgreSQL has become a hot topic. Several distributed database vendors have added support for the PostgreSQL protocol as a convenient way to gain access to the PostgreSQL ecosystem. Others (like us) have built a distributed database on top of PostgreSQL itself. For the Citus database team, distributed PostgreSQL is primarily about ach...

Azure Cosmos DB for PostgreSQLPostgreSQL
Jun 20, 2023
Post comments count0
Post likes count0

Latest features in Azure Managed Instance for Apache Cassandra

Theo van Kraay

Are you self-hosting open-source Apache Cassandra on-premises or in the cloud? What if you could have patching, deployment, scaling, platform security, cloud infrastructure, and live site support taken care of for you... for not much more than the cost of running virtual machines in the public cloud? Welcome to Azure Managed Instance for Apache ...

Managed Instance Apache Cassandra
Jun 13, 2023
Post comments count0
Post likes count2

Announcing Vercel and Azure Cosmos DB Integration

Sajeetharan Sinnathurai

We are excited to announce the public preview of the Vercel and Azure Cosmos DB integration. This new integration improves productivity as developers can now easily create Vercel applications with an Azure Cosmos DB database already configured. With this integration, developers can transform their creative ideas into reality in real-time.  ...

AnnouncementsAzure Cosmos DB for NoSQL
May 31, 2023
Post comments count3
Post likes count6

Introducing priority-based execution in Azure Cosmos DB (preview)

Richa Gaur

The problem   Azure Cosmos DB is a fast and flexible database service that can handle massive amounts of data and scale elastically. However, sometimes you may encounter situations where your application sends more requests than the configured throughput (RU/s) of your container. In such cases, Azure Cosmos DB will throttle some of the requests an...

Azure Cosmos DB for NoSQL
May 23, 2023
Post comments count2
Post likes count0

Deep dive: New elasticity features for better cost and performance

Deborah,
Richa,
Tara

Over the years, we’ve heard feedback from many you that you’d like more flexibility in how Azure Cosmos DB handles scaling and partitioning. Based on your feedback, we are excited to announce the general availability of three key features - burst capacity, hierarchical partition keys, and serverless container storage of 1 TB – to help you get the b...

Azure Cosmos DB for NoSQLAnnouncements
May 23, 2023
Post comments count2
Post likes count5

Unlocking the power of Time-Travel in Azure Synapse Link for Azure Cosmos DB

Revin,
Rodrigo

Azure Synapse Link now offers time-travel capabilities for Azure Cosmos DB data supporting NoSQL and MongoDB APIs. This exciting feature, currently available in public preview through Azure Synapse Spark, enables you to access Azure Cosmos DB data in the analytical store, precisely as it appeared at specific points in time in history (down to the m...

Azure Cosmos DB for NoSQLAzure Cosmos DB for MongoDBAnalytics
May 23, 2023
Post comments count0
Post likes count3

Announced at MS Build 2023: Burst capacity, materialized views, integrated vector database, and more!

Michal Toiba

  Microsoft Build 2023 kicked off today with exciting sessions and announcements lined up around AI, cloud development, cloud-scale innovation, developer productivity, and more. Azure Cosmos DB announced its own new additions and enhancements, enabling developers to further optimize costs, performance, and productivity. We also introduc...

AnnouncementsNews
May 23, 2023
Post comments count1
Post likes count4

Introducing Integrated Vector Database in Azure Cosmos DB for MongoDB vCore

James,
Gahl

We are thrilled to announce the release of Integrated Vector Database in Azure Cosmos DB for MongoDB vCore, which will be showcased at Microsoft Build. This innovative feature opens a world of new opportunities for building intelligent AI-powered applications and makes Azure Cosmos DB for MongoDB vCore the first among MongoDB-compatible offerin...

Azure Cosmos DB for MongoDBAI
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
May 23, 2023
Post comments count0
Post likes count5

Real time data processing with new Azure Cosmos DB change feed modes

Justine Cocchi

The Azure Cosmos DB change feed allows applications to seamlessly react to real time changes to data! It’s a persistent record of changes to items in your container in the order they occurred. Instead of writing complex code to query recently modified documents, manually track checkpointing, and handle retries for errors in processing, the change f...

Azure Cosmos DB for NoSQL