Skip to content

Add invalidate_revisions for batched revision invalidation#84

Merged
koenvo merged 1 commit intomainfrom
feature/invalidate-revisions-batch
Apr 29, 2026
Merged

Add invalidate_revisions for batched revision invalidation#84
koenvo merged 1 commit intomainfrom
feature/invalidate-revisions-batch

Conversation

@koenvo
Copy link
Copy Markdown
Contributor

@koenvo koenvo commented Apr 29, 2026

invalidate_revisions(datasets) does a single SQL UPDATE per 1000 datasets instead of one query per dataset. invalidate_revision(dataset) now delegates to the batch method.

Events are still emitted per dataset for audit trail.

invalidate_revisions(datasets) does a single SQL UPDATE per 1000
datasets instead of one query per dataset. invalidate_revision(dataset)
now delegates to the batch method.

Events are still emitted per dataset for audit trail.
@koenvo koenvo force-pushed the feature/invalidate-revisions-batch branch from a413b6c to 5219914 Compare April 29, 2026 13:42
@koenvo koenvo merged commit 042a1e7 into main Apr 29, 2026
13 checks passed
@koenvo koenvo deleted the feature/invalidate-revisions-batch branch April 29, 2026 13:47
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

Successfully merging this pull request may close these issues.

1 participant