Comment

Peter Bengtsson

I think the one I'm using is a hybrid of DB and memcached. Haven't looked into why it can't be 100% memcache.

Parent comment

njharman

"Real world" apps don't use DB for sessions they use the cache backend -> memcached. Also "Real world" apps cache aggressively so most views aren't hitting the "slow" app/db.