Is it just using the name 'cosmos db' or does this actually have something to do with Cosmos DB?
@aamederen2 жыл бұрын
While the implementations of different Cosmos DB flavors could be different; the ideas, direction, IP, etc. are aligned. Just like other Cosmos DB APIs, Azure Cosmos DB for PostgreSQL is a seamlessly scale-out, globally distributed modern, cloud-native database service.
@hodor27042 жыл бұрын
@@aamederen does it apply the concepts like partition key and throughput models similarly or differently when compared to the regular cosmosdb? (tebrikler :) )
@aamederen2 жыл бұрын
@@hodor2704 The underlying concepts are similar but the terms might be different. For example, we use the term "shard key" for dividing the data. The throughput model is different for CDPG, you provision a server group by specifying the number of nodes, vcores and storage options. (tesekkurler :))
@RowlandGosling2 жыл бұрын
Solid content and demo! Truly enjoyed this
@MSFTMechanics2 жыл бұрын
Thank you!
@TomasJansson2 жыл бұрын
Really awesome stuff! Can I deploy it using an ARM template now, or do I have to wait for that? (or with pulumi that I'm using, but if it is in arm it will be in pulumi shortly)
@TomasJansson2 жыл бұрын
How do I use the azure storage extension? And can I also use that extension in a local database?
@ApolloJKD19739 ай бұрын
Can we use EF Core in a .NET App to communicate with the CosmosDB PostgresSQL provider?
@bards74432 жыл бұрын
Exciting stuff !
@ahmettek31510 ай бұрын
How can we even add this in local postgreSQL? Scripts in docs doesn't work for Ubuntu nor Fedora. I can use single node with Docker. Also since this is an extension, could we use this with timescaledb? If we can't use this locally, then at least there should be developer version that is affordable.
@bhanuprakash84002 жыл бұрын
May I know what is the main difference here in "Azure cosmosDB for Postgresql"? when compared to "Hyperscale - Azure Postgres deployment mode". I also observed it is removed from deployment model too. Is that means both are same or any extra additions to the "Azure CosmosDB for postgresql"?
@aamederen2 жыл бұрын
The Azure CosmosDB for PostgreSQL is the new name and home for the Azure Database for PostgreSQL - Hyperscale (Citus) product. The existing PG Hyperscale instances will be moved under the Cosmos flag. There are no regressions or major behavioral changes, apart from the new features.