cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
29.9k stars 3.78k forks source link

colexec: improve tracing in the vectorized engine #55821

Open yuzefovich opened 3 years ago

yuzefovich commented 3 years ago

All processors in the row-by-row engine have decent tracing in place (ProcessorBase.StartInternal creates a span for the processor in Start method and then when moving to trailing meta state GetTraceData collects that information and propagates it as the metadata). We currently don't have anything like this for each operator, and it'd be nice to add that.

Jira issue: CRDB-3626

github-actions[bot] commented 1 year ago

We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!