#entries in APSW statement cache
Ed Pasma <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Hello all and Roger in particular, I'm using pysqlite and APSW for experimental purpose only. In a test where the speed is compared, the results of the two wrappers do not match very well. It appears that this is due to the fact that the test includes more different SQL statements than what fits in the APSW statement cache. This can currently hold only 32 entries. Could this be increased to 100 as in pysqlite? Or could you make the number of entries in the cache configurable? Or both :) Thanks anyway, Ed.