The Convex cloud now avoids invalidating all queries on code push. Instead, it relies upon a more granular analysis of what functions actually changed to make it so that most cached queries stay warm in the cache and only truly invalidated things are recalculated.
ImprovementJune 6, 2026
Fine-grained query invalidation
Jamie Turner
Published on June 6, 2026
Overview
Feature Details
#356
Fine-grained query invalidation
The Convex cloud now avoids invalidating all queries on code push. Instead, it relies upon a more granular analysis of what functions actually changed to make it so that most cached queries stay warm in the cache and only truly invalidated things are recalculated.
Completed