[pysqlite] Long running processing of resultset data and database locks
Alwyn Schoeman <[email protected]> Tue, 10 Feb 2009 15:40:59 +0200
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have a large resultset which I process one by one using fetchone(). After each fetch I do some processing which could take a few seconds before I take off the next record. What effect would other access to the database have on this processing especially around locking? Regards, -- Alwyn Schoeman