lnd/kvdb/sqlite
Olaoluwa Osuntokun a0d6a5591f
kvdb/sqlite: enable incremental auto_vacuum on DB creation
In this commit, we make a change that enables the `auto_vacuum =
incremental` pragma for SQLite databases, but only when the database
file is first created. Incremental auto-vacuum allows SQLite to reclaim
unused space within the database file over time, preventing indefinite
growth.
2025-04-04 15:49:29 -07:00
..
config.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
db_test.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00
db.go kvdb/sqlite: enable incremental auto_vacuum on DB creation 2025-04-04 15:49:29 -07:00
driver.go kvdb: add sqlite 2023-01-23 09:14:08 +02:00