-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(release/v1.6) Confirm
badgerMove
entry required before rewrite (#1302
) (#1502) * Confirm `badgerMove` entry required before rewrite (#1302) Value log badgerMove entries for deleted keys are always rewritten. This leads to exponential DB size growth in heavy write/delete use cases with value pointer entries. To prevent this, a check has been added to confirm the value is still needed for badgerMove entries. (cherry picked from commit 3e1cdd9) * remove KeepL0InMemory in db_test Co-authored-by: Julian Hegler <[email protected]>
- Loading branch information
1 parent
afd9eb5
commit 654779f
Showing
2 changed files
with
113 additions
and
3 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
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