navidrome/db
Deluan e84378099f refactor: apply cleanup review findings
- drop forceFullRescan's inline ANALYZE: Init already runs a full
  ANALYZE after any migration batch with schema changes, so upgrades
  including a full-rescan migration analyzed the whole DB twice
- resumingFullScan uses a filtered CountAll instead of fetching and
  scanning all libraries
- document why CallScan (CLI) deliberately skips the post-scan Optimize
2026-07-08 23:30:27 -04:00
..
migrations refactor: apply cleanup review findings 2026-07-08 23:30:27 -04:00
backup.go refactor(conf): replace eager dir creation with lazy Dir type (#5495) 2026-05-13 17:44:22 -03:00
backup_test.go refactor(conf): replace eager dir creation with lazy Dir type (#5495) 2026-05-13 17:44:22 -03:00
db.go chore(db): remove the DevOptimizeDB flag and skip Optimize on quick scans 2026-07-08 23:30:27 -04:00
db_test.go perf(db): keep query planner statistics trustworthy with full ANALYZE 2026-07-08 14:01:16 -04:00
export_test.go perf(db): keep query planner statistics trustworthy with full ANALYZE 2026-07-08 14:01:16 -04:00