Expand description
File ingestion manifest with bounded retention.
Tracks which files have been ingested across checkpoints. Uses a two-tier
approach: an active HashMap for exact deduplication of recent files, and
a Bloom filter ([xorf::Xor8]) for probabilistic dedup of evicted entries.
Structsยง
- File
Entry - Metadata for a single ingested file.
- File
Ingestion Manifest - Tracks ingested files with bounded retention.