sigstore / rekor

Software Supply Chain Transparency Log
https://sigstore.dev
Apache License 2.0
902 stars 164 forks source link

Avoid reprocessing data in backfill-index. #2279

Open JasonPowr opened 5 days ago

JasonPowr commented 5 days ago

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.