Re: Session backend for production

2019-11-25 Thread Parth Joshi
Cache implementation will be definitely use faster if you are using MVT. If using REST (DRF) then token Auth definitely helps. Regards, Parth Joshi > On 26-Nov-2019, at 2:41 AM, Lorenzo Peña wrote: > > Hello, fellow djangonauts! > > Is there any particular reason why should I pick memcac

Session backend for production

2019-11-25 Thread Lorenzo Peña
Hello, fellow djangonauts! Is there any particular reason why should I pick memcached backed sessions in production over db, or viceversa? Most documentation seems to slightly suggest that memcached should perform faster than database. Any other criteria I should be aware of? I am using single