RU increasing after enabling multi write in azure cosmos db
I am investigating on the enablement of multi write in azure cosmos db and I found out that RU increased around 25% after multi write is enabled.
Passing Session Token for querying multiple items in CosmosDB
For our business scenario we require strong Read-Your-Write guarantee for items stored in our Cosmos DB.
Cosmos DB Pagination – Total records
We’re showing data from a CosmosDb in a table with pagination. The underlying query is using grouping along with OFFSET and LIMIT.
Cosmos DB Pagination – Total records
We’re showing data from a CosmosDb in a table with pagination. The underlying query is using grouping along with OFFSET and LIMIT.
Adding a property to existing data in ComsosDB
In my ASPCoreNet using entity framework, I have a database of Record:
Will a partition key that has an incrementing int value fall within the same physical partition in Cosmos DB?
Let’s say that I have a document of the following structure.
Cosmos DB Item Size Limit
I’m designing a system that stores customer telemetry data on a daily basis. My index format is “TenantId:date”, such as “tenant1:2024-09-01”, and the item is a large JSON blob containing all telemetry data for that day.
Replacing items in Cosmos DB Emulator in gateway mode (Linux) reuslts in 408 timeout
I’m using the CosmosDB Linux emulator in a Docker container on WSL2. I’m connecting from a .NET Core app (in Windows or WSL2).
Normalized RU continuously at 100% for hours but autoscale not scaling high enough
Does anybody know why our Cosmos DB is not scaling high enough even though Normalized RU is continuously at 100% for a couple of hours.
CosmosDb Max Normalized RU reached even though I consumed <100 RU on the 1000RU/s free tier?
my first instinct was to think that I must fundamentally misunderstand something about CosmosDB on Azure but I don’t know what that would be in this case. How can I possibly go beyond the autoscale 1000RU/s of this account on 40 RU when my partition keys are set to random values (=partition key is by user id which is a guid)?