You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cosmos supports both [container](https://learn.microsoft.com/azure/cosmos-db/sql/how-to-provision-container-throughput)
284
-
and [database](https://learn.microsoft.com/azure/cosmos-db/sql/how-to-provision-database-throughput) provisioned
283
+
Cosmos supports both [container](https://learn.microsoft.com/azure/cosmos-db/how-to-provision-container-throughput)
284
+
and [database](https://learn.microsoft.com/azure/cosmos-db/how-to-provision-database-throughput) provisioned
285
285
throughput. By default, spring-data-cosmos will provision throughput for each container created. If you prefer
286
286
to share throughput between containers, you can enable database provisioned throughput via CosmosConfig.
287
287
@@ -608,7 +608,7 @@ public class MyItem {
608
608
String _etag;
609
609
}
610
610
```
611
-
- Read more about Optimistic Locking [here](https://learn.microsoft.com/azure/cosmos-db/sql/database-transactions-optimistic-concurrency#optimistic-concurrency-control)
611
+
- Read more about Optimistic Locking [here](https://learn.microsoft.com/azure/cosmos-db/database-transactions-optimistic-concurrency#optimistic-concurrency-control)
612
612
613
613
### Spring Data custom query, pageable and sorting
614
614
- Azure-spring-data-cosmos supports [spring data custom queries][spring_data_custom_query]
0 commit comments