Relative Content

Tag Archive for azure-cosmosdb

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.

CosmosDB copy – how to delete jobs

I have created many “Faulted” jobs, I don’t know these jobs will incur costs or not. So I want to delete these jobs. But I failed to find the way to do that.

Need a Cosmos query to find records by value without a key

I am storing data in a Cosmos db which looks similar to the example shown below. I need to write a query that will look in the “payload” section to see if a value exists. It is not possible to use the key (eg ‘lastModifiedOn.previousValue’) as these are dynamically created.

Throughput performance in cosmos DB

I have a container in Cosmos DB with around 10 million documents. This is taking around 3 hours to load from Databricks using cosmos.oltp library integration.