Dear SQLite Community, On windows, is there a way to find out how many times does my SQLite DB hit the disk?
This will help me in deciding if moving to In-memory SQLite will improve my application performance. I am done with adding indexes to my tables in SQLite DB. If possible, please point me URLs that will help me. Thank you,