6 ms·
This is the best response so far. Session churn creates lots of db activity but lots of it is of low business value. Better to offload to a separate process. A
by machine_coffee 2y ago
This is the best response so far. Session churn creates lots of db activity but lots of it is of low business value. Better to offload to a separate process.
Also session data is often Blobs which db's don't process as efficiently as columnar data.