Results 14 issues of cjw

### What type of bug is this? Crash ### What subsystems are affected? Standalone mode ### Minimal reproduce step Run db with the `pprof` feature: ``` cargo run --features=pprof --...

C-bug

## Motivation `tracing-flame` generates a "virtual span" named `ThreadId(xxx)-{thread_name}` to identify the location of a thread within a span. When the time outside a span is large, the span of...

## Observed Upon attempting to re-insert into Clickhouse, we noticed a heightened CPU usage attributed to `(*batch).Append` and `(*batch).Send`. As it stands, the current design integrates the construction and compression...

bug
needs triage