influxdb/influxdb3_cache
praveen-influx 6e2e39cd4c
feat: snapshot when wal buffer is empty (#25765)
* feat: snapshot when wal buffer is empty

- This commit changes the functionality to allow snapshots to happen even when
  wal buffer is empty. For snapshots wal periods are still required but
  not the wal buffer. To allow this, we write a no-op into wal file with
  snapshot details. This enables force snapshotting functionality

closes: https://github.com/influxdata/influxdb/issues/25685

* refactor: address PR feedback
2025-01-09 12:12:37 +00:00
..
src feat: snapshot when wal buffer is empty (#25765) 2025-01-09 12:12:37 +00:00
Cargo.toml feat: track parquet cache metrics (#25632) 2024-12-10 09:32:15 -05:00