DIAG-02: Link transactions to active RouteGraph version at execution time #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Each transaction links to the
RouteGraphversion that was active at execution time, so users can see the exact route definition that was running when a transaction occurred.Category: Route Diagrams
REQ-ID: DIAG-02
Implemented in Phase 2.
diagram_content_hashcolumn added toroute_executionstable in ClickHouse. Populated during ingestion batch insert, linking each execution to its route diagram. Key files:01-schema.sql,ClickHouseExecutionRepository.java.Implemented:
diagram_content_hashcolumn stored inroute_executionstable, linking transactions to the active RouteGraph version.