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)
285
-
and [database](https://learn.microsoft.com/azure/cosmos-db/sql/how-to-provision-database-throughput) provisioned
284
+
Cosmos supports both [container](https://learn.microsoft.com/azure/cosmos-db/how-to-provision-container-throughput)
285
+
and [database](https://learn.microsoft.com/azure/cosmos-db/how-to-provision-database-throughput) provisioned
286
286
throughput. By default, spring-data-cosmos will provision throughput for each container created. If you prefer
287
287
to share throughput between containers, you can enable database provisioned throughput via CosmosConfig.
288
288
@@ -609,7 +609,7 @@ public class MyItem {
609
609
String _etag;
610
610
}
611
611
```
612
-
- Read more about Optimistic Locking [here](https://learn.microsoft.com/azure/cosmos-db/sql/database-transactions-optimistic-concurrency#optimistic-concurrency-control)
612
+
- Read more about Optimistic Locking [here](https://learn.microsoft.com/azure/cosmos-db/database-transactions-optimistic-concurrency#optimistic-concurrency-control)
613
613
614
614
### Spring Data custom query, pageable and sorting
615
615
- Azure-spring-data-cosmos supports [spring data custom queries][spring_data_custom_query]
0 commit comments