v.25.3Improvement
Remove trace_id
Remove trace_id from default ORDER BY for system.opentelemetry_span_log. #75907 (Azat Khuzhin).Why it matters
The change simplifies the sorting order of thesystem.opentelemetry_span_log table by removing trace_id from the default ORDER BY. This helps optimize query performance and better aligns with common usage patterns by reducing unnecessary sorting complexity.How to use it
Users do not need to take any special action. Thesystem.opentelemetry_span_log table now automatically uses the updated ORDER BY configuration without trace_id starting from this version.