v.25.3Improvement

Remove trace_id

Remove trace_id from default ORDER BY for system.opentelemetry_span_log. #75907 (Azat Khuzhin).
Removed trace_id from the default ORDER BY clause in the system.opentelemetry_span_log table.

Why it matters

The change simplifies the sorting order of the system.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. The system.opentelemetry_span_log table now automatically uses the updated ORDER BY configuration without trace_id starting from this version.