8 ms·
Is the high expense coming from cache misses? If their workload does need to wait for a long time before it can continue, I wonder would starting new sessions a
by naiveter 2mo ago
Is the high expense coming from cache misses? If their workload does need to wait for a long time before it can continue, I wonder would starting new sessions and having to re-read the contexts and results anyway be any cheaper.
- troupo 2mo ago> Is the high expense coming from cache misses? Yup. They can't keep your workload in cache forever, or they would run out of cache for users. > I wonder would starting new sessions and having to re-read the contexts and results anyway be any cheaper. Yes, that's what they recommend