Commit Graph

5 Commits (feat/implement-gen1-file-retention-period)

Author SHA1 Message Date
wayne warren 66c81eb00a refactor: move deleter module into its own crate 2025-06-06 20:54:16 -06:00
wayne warren bd4b5aa8a0 feat: add DeleteTaskQueuer to WriteBufferImpl 2025-06-06 20:54:15 -06:00
praveen-influx a67b50dac5
feat: add concurrency limit for WAL replay (#26483)
WAL replay currently loads _all_ WAL files concurrently running into
OOM. This commit adds a CLI parameter `--wal-replay-concurrency-limit`
that would allow the user to set a lower limit and run WAL replay again.

closes: https://github.com/influxdata/influxdb/issues/26481
2025-06-03 16:34:31 +01:00
Trevor Hilton be25c6f52b
test: deduplication across memory and parquet chunks (#26477) 2025-05-29 16:27:32 -04:00
Trevor Hilton 5bf3a1aef8
test: add integration tests to influxdb3_server (#26474) 2025-05-28 21:39:40 -04:00