Questions tagged [azure-cosmosdb-sqlapi]

No instructions are available for this tag at the moment … but stay tuned!

When setting up an Azure Cosmos DB container, what is the purpose of selecting the offerThroughput option?

When creating a container programmatically, there are various ways to specify throughput in the documentation. What are the differences between the following configurations? // A. Create with default throughput? const { container } = await database.contain ...