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

Avoid reprocessing data in backfill-index. #2279

Open
JasonPowr opened this issue Nov 20, 2024 · 0 comments
Open

Avoid reprocessing data in backfill-index. #2279

JasonPowr opened this issue Nov 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JasonPowr
Copy link

Description

Currently, Backfill-index reprocesses data that has already been indexed during previous runs. This leads to unnecessary processing and inefficiency.

Proposed Solution

Add a way to store the index of the last processed key so we only need to process new entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant