tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
9.54k stars 252 forks source link

allow reindex statement in libsql #1598

Closed sivukhin closed 2 months ago

sivukhin commented 2 months ago

Context

REINDEX (native SQLite statement) is not recognized statement by libsql but it's pretty safe and we should support it.

Also, it can be useful for vector indices to rebuild them from scratch.