Actyx / ipfs-sqlite-block-store

SQLite based ipfs block store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vacuum and truncate WAL after gc

rklaehn opened this issue · comments

It seems that sometimes sqlite gets into a state where it never takes the time to clean up the WAL in PASSIVE mode, since it is so busy with other stuff.

We should have an option to force 1. vacuum and 2. WAL cleanup after gc.

This should be fixed now.