azure-sdk-for-go icon indicating copy to clipboard operation
azure-sdk-for-go copied to clipboard

Cosmos DB: SessionContainer

Open ealsur opened this issue 1 year ago • 1 comments

Add SessionContainer to help with accounts with Session Consistency.

https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/Microsoft.Azure.Cosmos/src/SessionContainer.cs

### Tasks
- [ ] Adding hashing support
- [ ] Add container properties cache (used to read the partition key path and apply hashing)
- [ ] Add partition key ranges cache (used to identify which partition the request goes to after applying hashing)

ealsur avatar Aug 30 '22 18:08 ealsur

Notes: Time 1-2 weeks | T-shirt S | add session token to the header response. session cache. same session reads and writes. in memory cache.

jay-most avatar Jun 22 '23 22:06 jay-most