SQLite Forum

Asynchronous API for standalone LSM extension
Login

Asynchronous API for standalone LSM extension

(1) By anonymous on 2021-01-08 11:18:30 [link] [source]

How feasible it is to create an asynchronous API for lsm extension when used standalone?

(2) By David Jones (vman59) on 2021-01-08 14:18:49 in reply to 1 [link] [source]

Wasn't SQLite 4 supposed to use LSM but they really didn't find significant improvement?

(3) By Keith Medcalf (kmedcalf) on 2021-01-08 19:13:05 in reply to 1 [source]

Each of those words taken individually has a defined meaning; however, strung together in that fashion fails to express a coherent thought.

There is already an "asynchronous API" for the LSM extension in that you are free to call the API at any time your heart desires.