add-explore-record-buckets
completetasks11/11add-explore-record-buckets
openspec/changes/add-explore-record-buckets/View on GitHub →
Artifacts
Official change artifacts tracked under openspec/.
Proposal
Explore's over-time chart currently fans out from the console to many per-stream aggregateRecordsByTime calls. That makes first load slow and keeps the chart sparse when the selected corpus spans years because granularity is derived from a fixed client window instead of the populated record extent.
Design
The existing Explore timeline endpoint already defines the authoritative owner-visible record set across (connectorinstanceid, stream) partitions. The bucket endpoint uses the same set semantics and the same semantic timestamp expression, but returns aggregate counts instead of record bodies.
Tasks (11/11)
Spec Deltas (1)
Affected capabilities
Capability specs this change proposes to modify.