You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRs #260 and #272 reduced repeated archive processing, but the ingestor still requests the full history for a machine. As that history grows, the request may become slower and larger than needed.
Goal
Use the results of the incremental scan from #261 to request only the ingestion state needed for new or changed archive content.
Summary
Coordinate this work with #261.
PRs #260 and #272 reduced repeated archive processing, but the ingestor still requests the full history for a machine. As that history grows, the request may become slower and larger than needed.
Goal
Use the results of the incremental scan from #261 to request only the ingestion state needed for new or changed archive content.
Coordination with #261
Acceptance criteria
Scope
This issue covers database query and response efficiency. Filesystem traversal and checkpoints are covered by #261.