Job is idle — throughput ~0; structure shown.
Fragment 44395 (Actor 741852,741853)
StreamMaterialize { columns: [order_id, id, quantity, price, commission, fees, executed_at, orders.id(hidden), orders.created_at(hidden)], stream_key: [order_id, id, executed_at, orders.created_at], pk_columns: [order_id, id, executed_at, orders.created_at], pk_conflict: NoCheck }
├── output: [ order_executions.order_id, order_executions.id, order_executions.quantity, order_executions.price, order_executions.commission, order_executions.fees, order_executions.executed_at, orders.id, orders.created_at ]
├── stream key: [ order_executions.order_id, order_executions.id, order_executions.executed_at, orders.created_at ]
└── MergeExecutor
├── output: [ order_executions.order_id, order_executions.id, order_executions.quantity, order_executions.price, order_executions.commission, order_executions.fees, order_executions.executed_at, orders.id, orders.created_at ]
└── stream key: [ order_executions.order_id, order_executions.id, order_executions.executed_at, orders.created_at ]
Fragment 44396 (Actor 741850,741851)
StreamSyncLogStore
├── output: [ order_executions.order_id, order_executions.id, order_executions.quantity, order_executions.price, order_executions.commission, order_executions.fees, order_executions.executed_at, orders.id, orders.created_at ]
├── stream key: [ order_executions.order_id, order_executions.id, order_executions.executed_at, orders.created_at ]
└── StreamHashJoin { type: Inner, predicate: order_executions.order_id = orders.id }
├── output: [ order_executions.order_id, order_executions.id, order_executions.quantity, order_executions.price, order_executions.commission, order_executions.fees, order_executions.executed_at, orders.id, orders.created_at ]
├── stream key: [ order_executions.order_id, order_executions.id, order_executions.executed_at, orders.created_at ]
├── MergeExecutor
│ ├── output: [ order_executions.id, order_executions.order_id, order_executions.quantity, order_executions.price, order_executions.commission, order_executions.executed_at, order_executions.fees ]
│ └── stream key: [ order_executions.order_id, order_executions.id, order_executions.executed_at ]
└── MergeExecutor { output: [ orders.id, orders.created_at ], stream key: [ orders.id, orders.created_at ] }
Fragment 44397 (Actor 741854,741855)
StreamLocalityProvider { locality_columns: [order_executions.order_id] }
├── output: [ order_executions.id, order_executions.order_id, order_executions.quantity, order_executions.price, order_executions.commission, order_executions.executed_at, order_executions.fees ]
├── stream key: [ order_executions.order_id, order_executions.id, order_executions.executed_at ]
└── MergeExecutor { output: [ order_executions.id, order_executions.order_id, order_executions.quantity, order_executions.price, order_executions.commission, order_executions.executed_at, order_executions.fees ], stream key: [ order_executions.id, order_executions.executed_at ] }
Fragment 44398 (Actor 741856,741857)
StreamTableScan { table: order_executions, columns: [id, order_id, quantity, price, commission, executed_at, fees] }
├── output: [ order_executions.id, order_executions.order_id, order_executions.quantity, order_executions.price, order_executions.commission, order_executions.executed_at, order_executions.fees ]
├── stream key: [ order_executions.id, order_executions.executed_at ]
├── Upstream { output: [ id, order_id, quantity, price, commission, executed_at, fees ], stream key: [] }
└── BatchPlanNode { output: [ id, order_id, quantity, price, commission, executed_at, fees ], stream key: [] }
Fragment 44399 (Actor 741860,741861)
StreamTableScan { table: orders, columns: [id, created_at] } { output: [ orders.id, orders.created_at ], stream key: [ orders.id, orders.created_at ] }
├── Upstream { output: [ id, created_at ], stream key: [] }
└── BatchPlanNode { output: [ id, created_at ], stream key: [] }