fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

Resolve #2765: Index Scrubbing: support cleanup when dangling index e ntries are expected

Open jjezra opened this issue 8 months ago • 3 comments

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:

  1. Set full scan (new API)
  2. Set deletes/second limit (new API - required to avoid flooding the DB)
  3. Avoid warning (existing API)

jjezra avatar Jun 21 '24 19:06 jjezra