## Goal Increase subgraph indexing speed (backfill and steady-state) by cutting store operations per event. ## Sub-issues **Phase 1 — remove dead work (small diffs, no product impact):** - [ ] #135 Remove dead SumTree maintenance from piece handlers - [ ] #136 Stop materializing ProvingWindow entities - [ ] #137 Remove dead tx-input ABI parsing in `handlePiecesAdded` - [ ] #138 Cut per-event store round-trips (`loadInBlock`, redundant existence check) **Phase 2 — structural (schema changes, client updates):** - [ ] #139 Migrate weekly/monthly activity metrics to native timeseries + `@aggregation` - [ ] #140 Slim `EventLog` / `Transaction` entities and drop unused counters
Goal
Increase subgraph indexing speed (backfill and steady-state) by cutting store operations per event.
Sub-issues
Phase 1 — remove dead work (small diffs, no product impact):
handlePiecesAddedloadInBlock, redundant existence check)Phase 2 — structural (schema changes, client updates):
@aggregationEventLog/Transactionentities and drop unused counters