﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
23830	Make expired session clearing on database backend scale better	Adam Johnson	Adam Johnson	In two large django projects now I've had to swap out using the default `clear_expired` implementation on the database SessionStore to a chunked approach since a single delete across the whole table became a bottleneck query. It would be better if the database backend clear that shipped with django was already chunked so django apps scale better.	Cleanup/optimization	closed	contrib.sessions	dev	Normal	worksforme			Unreviewed	1	0	0	0	1	0
