PN — SQLite maintenance SOPs: integrity via PRAGMA integrity_check, space…

SQLite maintenance SOPs: integrity via PRAGMA integrity_check, space recovery via VACUUM, WAL consolidation via PRAGMA wal_checkpoint(FULL); schema changes are Alembic-versioned and applied with puma migrate up; the DB is a bi-temporal write-once schema enabling audit of which experiment ran when.

Source: PUMA project documentation · Traceability: corpus unit ANXHN-009 · Confidence: verified-at-primary-source