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
All of our CosmosDB collections use hashed sharding, but not all are appropriate for that. We are enforcing uniqueness on the user session cache based on the same field as the shard key. Others may produce unwanted results when querying on the same field as the shard key.
Pre-Conditions:
none
Acceptance Criteria:
CosmosDB collections only use hashed sharding if collisions are acceptable
The text was updated successfully, but these errors were encountered:
All of our CosmosDB collections use hashed sharding, but not all are appropriate for that. We are enforcing uniqueness on the user session cache based on the same field as the shard key. Others may produce unwanted results when querying on the same field as the shard key.
Pre-Conditions:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: