Relative Content

Tag Archive for azure-cosmosdb

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.

How can I update nested items with Cosmos?

I am trying to design a cosmos db which I am showing below. In my json format below, the majority of items will be uploaded once, then the nested item of “Trades”, will be once per day. In “Trades”, I will have a reference to another container of “price”, which will be updated every few seconds.

How can I update nested items with Cosmos?

I am trying to design a cosmos db which I am showing below. In my json format below, the majority of items will be uploaded once, then the nested item of “Trades”, will be once per day. In “Trades”, I will have a reference to another container of “price”, which will be updated every few seconds.