bigeasy / writeahead

A write-ahead log.
MIT License
0 stars 1 forks source link

Document truncation logic. #57

Open bigeasy opened 3 years ago

bigeasy commented 3 years ago

Not sure how a truncated write-ahead log is handled. Will constantly wonder this until it is written down somewhere where I can find it easily. Do we report a truncation, raise an exception or do we just stop before the last truncated record is read and fail silently?