SQLite Forum

partial file load?
Login
Is it possible to partially load a database file upon opening it, rather than reading it completely into memory? I have a use case where I need to access just one small table from a series of database files, some of which are quite large, and the process takes long because apparently the entire file is loaded before any table can be accessed. In particular, I only need to access the sqlite_master table from these files.

Thanks for any and all help,
Johan