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.