Skip to content

AzureCosmosDB/ThroughputBucketsFeedbackGroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Introducing Throughput buckets

Throughput buckets help manage resource consumption for workloads sharing a Cosmos DB container by limiting the maximum throughput a bucket can consume.

  • Each bucket has a maximum throughput percentage, capping the fraction of the container's total throughput that it can consume.
  • Requests assigned to a bucket can consume throughput only up to this limit.
  • If the bucket exceeds its configured limit, subsequent requests are throttled.
  • This mechanism helps in preventing resource contention, ensuring that no single workload consumes excessive throughput and impacts others.

Read the official documentation to learn more.

How to create Throughput buckets

Follow the instructions to create and manage throughput buckets.

Quickstart sample

About

Feedback group for Throughput buckets in Azure Cosmos DB for NoSQL API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published