tursodatabase / libsql

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

Expose `VACUUM` in libSQL server? #1415

Open penberg opened 4 months ago

penberg commented 4 months ago

We currently don't allow users to control when vacuuming happens. Let's look into exposing this to users who need that level of control.