Skip to content

chore: bump model-garage to v1.0.14 (drop latest projections)#282

Merged
zer0stars merged 1 commit into
mainfrom
chore/bump-model-garage-v1014
Jun 15, 2026
Merged

chore: bump model-garage to v1.0.14 (drop latest projections)#282
zer0stars merged 1 commit into
mainfrom
chore/bump-model-garage-v1014

Conversation

@zer0stars

Copy link
Copy Markdown
Member

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_name and event_latest_by_subject_source_name projections and resets deduplicate_merge_projection_mode on 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_log shows 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.

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.
@zer0stars zer0stars merged commit 271f699 into main Jun 15, 2026
8 checks passed
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