Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index Scrubbing: support cleanup when dangling index entries are expected #2765

Open
jjezra opened this issue Jun 17, 2024 · 0 comments
Open

Comments

@jjezra
Copy link
Contributor

jjezra commented Jun 17, 2024

On some databases, as it seems, dangling index entries are part of the normal flow. To support routine cleanup of these entries, we should add:

  1. OnlineIndexScrubber API argument to start from scratch (to avoid continuation of previous sessions)
  2. OnlineIndexScrubber API argument to limit the number of deletes per time unit (to avoid FDB flooding)

With the existing way to avoid warning, the index scrubbing can be used as a vacuum method to remove expected dangling index entries.

jjezra added a commit to jjezra/fdb-record-layer that referenced this issue Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant