On Jun 26, 2014 4:06 AM, "Simon Slavin" <slav...@bigfraud.org> wrote:
>
> Of course, you do get the increased time (it takes time to open and parse
the database file) and memory overhead.

One could setup a simple connection pooling mechanism in order to minimize
_open() overhead. Standard practice in servers that provide access to the
same database to many clients at the same time and can afford to trade
connection establishment overhead with memory overhead.

--Constantine
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to