SQLite Forum

Tips for getting SQLite under Python to perform better with more RAM?
Login
If I run arbitrary SQL queries against a ~600MB database file the queries take as shorter time (in ms) to execute. My hope is that more RAM = more data queried in memory rather than being read from disk = faster executing queries.