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
..
2025-04-01 12:40:31 +02:00
2024-04-25 11:23:31 +02:00
2024-04-11 15:04:03 +02:00
2024-01-03 12:06:32 +08:00
2025-04-01 12:40:31 +02:00
2025-04-01 12:40:31 +02:00
2022-01-12 19:11:53 +01:00
2023-01-23 09:14:08 +02:00
2023-01-23 09:14:08 +02:00
2024-10-26 14:16:31 +02:00
2022-01-12 19:11:53 +01:00
2024-01-03 12:06:32 +08:00
2021-07-12 11:31:05 +02:00