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
Experimenting with ways to optimize our CosmosDB query charges -- Our data is partitioned by UserId and we mostly query in the context of a user (so it has to be single partition).
Would EnableOptimisticDirectExecution flag help reduce RUs for single partition queries?
Also, is this enabled by default or do we have to explicityly set to true in the QueryRequestOptions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Experimenting with ways to optimize our CosmosDB query charges -- Our data is partitioned by UserId and we mostly query in the context of a user (so it has to be single partition).
All reactions