fdb-record-layer
fdb-record-layer copied to clipboard
Resolve #2765: Index Scrubbing: support cleanup when dangling index e ntries are expected
Support users who wish to use a "lazy delete" - which clears the record in foreground, then let a background index scrubbing task clear the dangling index entries. This requires:
- Set full scan (new API)
- Set deletes/second limit (new API - required to avoid flooding the DB)
- Avoid warning (existing API)