Expand description
Shards batches of writes across multiple log files for high throughput and low contention. The general usage pattern is:
- recover, pass recovered data to downstream storage
- delete old logs
- begin writing to the sharded logs
Structsยง
- Config
- Recovery
Iterator - Reservation
- Sharded
Log - Allows batches of bytes to be written with low contention, and read-back in a linearized order.