On Tue, Aug 28, 2012 at 2:46 PM, Foster, Kristina (CIV) <[email protected]>wrote:

> Is there a way to determine when the cache has been filled or how full it
> currently is?
>

sqlite3_db_status(db, SQLITE_DBSTATUS_CACHE_USED, ...).  See
http://www.sqlite.org/c3ref/db_status.html and
http://www.sqlite.org/c3ref/c_dbstatus_options.html for details.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to