You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Batch disk staging writes per output filename before writing to
Arrow IPC. This reduces per-request writer mutex hold time and cuts
the number of DiskWriter::write calls during high-volume OTEL metrics
ingest.
Also keep targeted hotpath probes around ingest, JSON conversion,
staging, and parquet conversion paths, and skip object-store sync work
for streams without local parquet/schema files.
0 commit comments