SQLite has parameters to keep more of the database in memory, if you want to use the CLI you can set them:
Docs here: http://www.sqlite.org/pragma.html To set a pragma over CLI just run: "pragma cache_size=10000" -- andyg ------------------------------------------------------------------------ andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292 View this thread: http://forums.slimdevices.com/showthread.php?t=81310 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
