azure-sdk-for-go
azure-sdk-for-go copied to clipboard
Cosmos DB: SessionContainer
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)
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.