Maintain Connector Summary Read Model
Artifacts
Official change artifacts tracked under openspec/.
GET /_ref/connectors is a core owner-console read path. Recent performance tranches made it fast by adding a short in-process cache and by making overview rows shallow, but that is not the final construction: the read path still has a large per-connection evidence fan-out underneath the cache, and record-ingest writes do not event-invalidate the summary projection.
accelerate-connection-summary-projection improved live performance with a 5-second cache and a shallow overview read. That was a safe tranche, not the SLVP-ideal construction. The remaining issue is architectural: the un-cached projection performs many reads per connection, while the cache freezes now-relative health/verdict copy and is not invalidated by record ingest.
Affected capabilities
Capability specs this change proposes to modify.
Project notes
Change-local notes that support this workstream but have not been promoted into the official change artifacts.
Maintain Connector Summary Read Model
2 notes · 1 plan · 1 working note · updated