Re: [pysqlite] [ANN] pysqlite 2.5.1
"Edzard Pasma" <[email protected]> Tue, 25 Nov 2008 11:54:10 -0800
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Hello again,
Running bench.py on OS X / PPC shows an enormous difference between the built-in sqlite3 and pysqlite2 + sqlite installed from source:
!. sqlite3: 2.4.1 -- SQLite: 3.6.3
took 3.77377130985 seconds - average 10 runs
II. pysqlite2.dbapi2: 2.5.1 -- SQLite: 3.6.5
took 1.80357768536 seconds - average 10 runs
Python 2.6 was installed as a Universal Installer that runs native on both PC and Intel Macs.
Possibly this is particular to the PPC. It is good to be aware of, thanks for bringing this up.
Edzard
PS. I reduced the number of rows in the test to 500.000