Re: [pysqlite] Performance degradation
"Markus Gritsch" <[email protected]> Tue, 25 Nov 2008 11:14:54 +0100
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Nov 25, 2008 at 10:57 AM, Markus Gritsch <[email protected]> wrote: > > Python 2.5: > sqlite3.version: 2.3.2, sqlite3.sqlite_version: 3.3.4 > 1.109 sec (avg. of 10 runs) > > Python 2.6: > sqlite3.version: 2.4.1, sqlite3.sqlite_version: 3.5.9 > 1.117 sec (avg. of 10 runs) And when installing the mingw compiled pysqlite-2.5.0.win32-py2.6.exe the performance is considerably slower: Python 2.6 with pysqlite-2.5.0.win32-py2.6.exe: pysqlite: 2.5.0 -- SQLite: 3.6.1 1.711 sec (avg. of 10 runs) Kind regards, Markus