This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erlendaasland
Recipients berker.peksag, erlendaasland, kj, miss-islington, pablogsal, serhiy.storchaka
Date 2021-09-23.10:51:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632394293.95.0.586295367931.issue44958@roundup.psfhosted.org>
In-reply-to
Content
Explicitly resetting statements when we're done with them removes the performance regression; SQLite works more efficient when we keep the number of non-reset statements low.
History
Date User Action Args
2021-09-23 10:51:34erlendaaslandsetrecipients: + erlendaasland, berker.peksag, serhiy.storchaka, pablogsal, miss-islington, kj
2021-09-23 10:51:33erlendaaslandsetmessageid: <1632394293.95.0.586295367931.issue44958@roundup.psfhosted.org>
2021-09-23 10:51:33erlendaaslandlinkissue44958 messages
2021-09-23 10:51:33erlendaaslandcreate