Open
Description
When a client is using sticky sessions, there could be certain optimizations we could perform.
One scenario that we could consider is that we could write asynchronously to a datastore and use a local cache for reads. NOTE that this would cause issues if we have multiple sources writing to the database.