Looking at the table definition, it has a key, value and hidden `command` column, so guessing the intent is to provide a fast ordered key/value store?
On Wed, Nov 18, 2015 at 11:31 AM, Charles Leifer <coleifer at gmail.com> wrote: > I see that there's a new `lsm1` extension directory in the `lsm-vtab` > branch. May I ask what the intended use-cases are for the LSM vtab? I've > done some writing and experimenting[1] with the lsm in sqlite4 and it's a > pretty neat tool. Be curious what you all see as the uses as a virtual > table. > > Charles > > 1: > http://charlesleifer.com/blog/using-sqlite4-s-lsm-storage-engine-as-a-stand-alone-nosql-database-with-python/ >