chore: bump model-garage to v1.0.14 (drop latest projections)#282
Merged
Conversation
Pulls migration 00012, which drops the per-part signal_latest_by_subject_source_name / event_latest_by_subject_source_name projections (superseded by signal_latest + summary tables, model-garage v1.0.13) and resets deduplicate_merge_projection_mode. Applied via the startup goose run. telemetry-api has read the new tables since v0.4.11 (2026-06-11) with a clean 24h+ soak and zero projection-served queries in the query_log gate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps model-garage v1.0.13 → v1.0.14 so the startup goose run applies migration 00012: drops the per-part
signal_latest_by_subject_source_nameandevent_latest_by_subject_source_nameprojections and resetsdeduplicate_merge_projection_modeon both tables.These are superseded by
signal_latest+signal_summary/event_summary(model-garage v1.0.13, deployed via dis v0.4.19). telemetry-api has served latest-state and summary queries from the new tables since v0.4.11 (2026-06-11).Gate cleared before this PR: 24h+ soak, prod stable on telemetry-api 0.4.12, and
system.query_logshows 0 projection-served queries in the trailing 24h — nothing falls back to a full-history scan when the projections drop.Removes the permanent merge-time projection-rebuild tax (
deduplicate_merge_projection_mode = 'rebuild'from migration 00009) across ~348 projection parts on the signal table.Final step of the signalsLatest p50 fix: DIMO-Network/model-garage#263, DIMO-Network/model-garage#264, DIMO-Network/telemetry-api#298.