Sqlite Bank Space Diagnosis

Use when a SQLite bank file or WAL is bloated: diagnose space read-only first (snapshot backup, sqlite3_analyzer, wal_checkpoint(TRUNCATE), VACUUM INTO to quantify reclaim), explain WAL growth mechanics (checkpointed-but-untruncated frames under pooling), the vec0 chunk count(*) trap, and VACUUM/checkpoint/ANALYZE ordering.

Arasz Updated

File contents

Arasz/ai-badger/tree/main/features/common/skills/sqlite-bank-space-diagnosis commit b5b60acf6a

Frequently asked questions

npx skillmds@latest add arasz/sqlite-bank-space-diagnosis