Skip to content

Avoid reprocessing data in backfill-index. #2279

@JasonPowr

Description

@JasonPowr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions