Welcome to Microsoft Q&A
Hello @Trevor Christman , I hope you are doing well.
Operations shown in the Activity Log indicate that Azure Cosmos DB is performing physical partition splits. During these operations, the service may automatically increase the minimum throughput to maintain the required RU/s per physical partition. If enough physical partitions are created over time, the minimum provisioned throughput can become significantly higher than the original calculation based solely on data size.
To better understand why your minimum throughput has increased to 715,000 RU/s, could you confirm the following?
Is this a shared throughput database or a dedicated throughput container?
Which API are you using (NoSQL, MongoDB, Cassandra, etc.)?
Has the data volume or ingestion rate changed significantly during the last 30 days?
- Approximately how many containers are sharing the database throughput?
You can also review the Metrics blade for your Cosmos DB account and compare Physical Partition Count, Normalized RU Consumption, and Storage over the same period. This can help determine whether the throughput increases correspond to partition growth rather than workload demand.
If the physical partition count has increased substantially beyond what would normally be expected for your data size and workload, that would suggest the service behavior should be reviewed further.
References:
Azure Cosmos DB partitioning overview
Azure Cosmos DB provisioned throughput and autoscale
If my answer helped you, please consider marking it as accepted. This helps others in the community find similar solutions.