On 2/20/16, Dave Baggett <dmb at inky.com> wrote:
>
> Question: can I force SQLite to keep an index purely in memory,

No.  Because if you did, other processes updating the table would have
no way of also updating the index.

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to