﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	size
59	Use transaction.commit_on_success in all the import scripts	adehnert		We should be consistently using transaction.commit_on_success (https://docs.djangoproject.com/en/dev/topics/db/transactions/) in all our import scripts (and anything else running on the command line that's running lots of database queries). Not committing the transaction after each query (ie, disabling autocommit) routinely improves performance by an order of magnitude or two (on my dev setup using sqlite).	task	closed	normal	Sometime	Infrastructure		fixed			tiny
