KB-6985
50000x · 07 — Regression matrix (vs 40000x)
4 min read Revision 1
iu-core50000xregression
50000x · 07 — Regression matrix (vs 40000x)
Tabular delta
| Surface | 40000x | 50000x | Δ | Verdict | Source-of-truth check |
|---|---|---|---|---|---|
information_unit |
175 | 175 | 0 | ✓ invariant | SELECT count(*) FROM information_unit |
iu_collection_template_registry |
4 | 4 | 0 | ✓ invariant | SELECT count(*) FROM iu_collection_template_registry |
iu_collection_template_version |
4 | 4 | 0 | ✓ invariant | SELECT count(*) FROM iu_collection_template_version |
iu_collection_template_instance_lineage |
17 | 37 | +20 | ✓ expected (Phase E) | scaleout driver |
iu_auto_instantiate_event_log |
13 | 33 | +20 | ✓ expected (Phase E) | scaleout driver |
iu_piece_collection |
24 | 44 | +20 | ✓ expected (Phase E) | new instance collections |
iu_piece_membership |
118 | 223 | +105 | ✓ expected (Phase E) | 20 × avg 5.25 pieces |
iu_lifecycle_log |
146 | 146 | 0 | ✓ invariant | auto-instantiate doesn't supersede/split/merge |
iu_vector_sync_point |
152 | 152 | 0 | ✓ invariant | no new IU → no new VSP |
event_outbox total |
123460 | 123460 | 0 | ✓ invariant | Phase F probe ROLLBACK'd |
event_type_registry |
26 | 26 | 0 | ✓ invariant | no new event_type registered |
dot_iu_command_catalog |
26 | 26 | 0 | ✓ invariant | no new DOT command |
iu_core_retention_policy |
4 | 4 | 0 | ✓ invariant | no new policy |
v_ui_iu_three_axis_envelope count |
175 | 175 | 0 | ✓ invariant | no new IU |
Qdrant iu_core_iu_chunks |
149 | 149 | 0 | ✓ invariant | macro never touched Qdrant |
Qdrant production_documents |
9499 | (unchecked — external) | n/a | ✓ untouched-by-macro | external Directus drift only |
iu_three_axis_envelope_refresh_log rows |
n/a | unchanged | 0 | ✓ invariant | auto-refresh gate stayed false |
iu_three_axis_envelope_trigger_error_log rows |
n/a | unchanged | 0 | ✓ invariant | no trigger error in this macro |
| IU Core write gates inert | 11 / 11 | 11 / 11 | 0 | ✓ all closed post | per-gate query |
| Tests passing | 1305 | 1305 | 0 | ✓ green | python3 -m unittest discover |
| D9 conformance | 7/7 PASS 181 obj | 7/7 PASS 181 obj | 0 | ✓ green | runtime/110_iu_core_dot_conformance_scan.sql |
| D8 unregistered drift | 0 | 0 | 0 | ✓ green | runtime/110 D8 section |
iu_route_attempt Phase F probe window |
n/a | 0 in last minute | 0 | ✓ boundary holds | Phase F probe |
iu_route_dead_letter Phase F probe window |
n/a | 0 in last minute | 0 | ✓ boundary holds | Phase F probe |
What this macro deliberately did NOT regress against
production_documentscount — external Directus drift; macro made zero writes.- PR #669 state — channel-unaddressable in this clone (no remote).
- Nuxt build / deploy state — out-of-scope.
- Mac cron last-run timestamp — not queried.
Backup integrity
pre /root/backups/iu_core_pre_50000x_20260525T063720Z.dump
80,705,792 B sha256=f2d198e269914d14f88a582063416bddba5977dffec260ba186c81787b93fa5f
post /root/backups/iu_core_post_50000x_20260525T065221Z.dump
80,717,003 B sha256=107f361d16c4c23bb575d8f34e4102d37a5a84b7808de827ccc9940c81b8ebbf
delta = +11,211 B
Delta corresponds to: 20 lineage + 20 auto-log + 20 collection + 105 piece-membership rows + index/WAL residual. The pg_dump size delta is independent confirmation that the scaleout landed exactly the expected row deltas.