SQLite Forum

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