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
{{ message }}
This repository was archived by the owner on Aug 29, 2024. It is now read-only.
Server and CosmosDB are in the same geographical location.
SESSION consistency policy.
Document is flat and small in size.
As per cosmosDB documentation - Read call takes <= 10 ms and Write call takes <=15 ms
According to above metrics, my client is taking 12 times greater than above time(10 ms) in worst case.
Could you please let me know, is this expected behaviour or I am missing some configuration here. Do you have any metrics which shows latency vs configuration factors for sync/reactive repository.
Note- I have tried to change Connection Mode to DIRECT Mode(as per best practices recommendation), but getting resources are no longer available warning. Is this mode supported in spring-data-cosmosdb (2.3.0)?