You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Append operations succeed in the order they are written, i.e., guarantee that append operations with smaller offsets execute their callbacks earlier.
Discard non-contiguous data during recovery.
Record the trim offset at the time of writing in the header of each WAL object to avoid potential data loss issues caused by incomplete deletion of objects during trimming.