Enlarge the SQLite database cache intelligently.

This commit is contained in:
JoelKatz
2013-03-19 23:04:47 -07:00
parent d5a2c96907
commit 5494bc3158
8 changed files with 39 additions and 10 deletions

View File

@@ -58,7 +58,8 @@ public:
void runWal();
void doHook(const char *db, int walSize);
int getKBUsed();
int getKBUsedDB();
int getKBUsedAll();
};
class SqliteStatement