-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: respect new Pebble iterator visibility
Pebble recently tightened its iterator semantics such that it has a static view of the underlying reader as of the time of its creation. Previously, a batch iterator could see batch writes that occurred after the iterator was created. This patch prepares CRDB for this change. Release note: None
- Loading branch information
1 parent
9ac8818
commit 4c35637
Showing
1 changed file
with
0 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters