Go to file
sneak f23db96922 optimize file copy performance for large database files
- Increase copy buffer from 4MB to 256MB for NVMe-speed transfers
- Add Linux-specific fadvise hints for sequential reads and prefetching
- Pre-allocate destination file to avoid fragmentation
- Add throughput monitoring to track copy performance
- Platform-specific build tags for Linux optimizations
2026-02-12 13:08:08 -08:00
cmd/bsdaily date range 2026-02-11 03:01:48 -08:00
internal/bsdaily optimize file copy performance for large database files 2026-02-12 13:08:08 -08:00
go.mod support targeting specific date 2026-02-09 01:18:16 -08:00
go.sum support targeting specific date 2026-02-09 01:18:16 -08:00
schema.sql initial 2026-02-09 00:42:06 -08:00