jlongster / absurd-sql

sqlite3 in ur indexeddb (hopefully a better backend soon)
MIT License
4.18k stars 100 forks source link

The "VACUUM" command doestn't work。 #74

Closed huangqigithub closed 9 months ago

huangqigithub commented 9 months ago

I use indexdb to store SQLite data. I repeatedly delete tables and insert large amounts of data, which causes the database to grow larger and the speed to become slower. What can I do to handle this?