Hacker News new | ask | show | jobs
by machine_coffee 590 days 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.