When to Truncate the Write Ahead Log?
Open
- Dominant language
- Go
- Stars
- 22
- Forks
- 4
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 34
Description
Starting a discussion regarding the options for truncating the write ahead log.
Some options include but are not limited to
- When we receive a block of round j > i. Where i is the block height of the last record in the WAL
- Whenever we finalize a block.
- Once it reaches a certain size
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.