cockroachdb / cockroachdb/pebble
metamorphic: use single delete instead of delete opportunistically
Open
A-storage
T-storage
- Dominant language
- Go
- Stars
- 6k
- Forks
- 584
- Avg merge
- 16h 35m
- Merged PRs (30d)
- 5
Description
Now that we have CanDeterministicallySingleDelete, we could at runtime decide to single delete instead of delete when performing a delete against a `DB` or an indexed batch. We'd need to create an iterator, seek to the key, and call CanDeterministicallySingleDelete.
Related to #3107.
Jira issue: PEBBLE-67
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.