-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 17/05/14 15:27, Richard Hipp wrote:
> The TCL interface for SQLite caches the N most recent prepared
> statements (where N defaults to 10 but is configurable) and reuses
> those prepared statements if the same queries are run again.  That
> approach seems to work well in practice.

It seems like most language wrappers for SQLite include some sort of
statement cache because it is generally useful.  It seems like the sort of
thing that would be helpful within the core of SQLite itself, or as an
officially supported extra extension.

There is a ticket including pointers to previous mailing list discussion:

   http://www.sqlite.org/src/tktview?name=ee4b2b48f5

Roger


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlN6dfEACgkQmOOfHg372QQmcACfX46ZvXwKt/Y9DnBL0BRxH9QM
lFsAoLRh/hjZai4SC5ie/DCpd2+D3NA2
=1Ve9
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to