v.23.5Performance Improvement
Optimize structure of system.opentelemetry_span_log with LowCardinality usage
Optimize the structure of thesystem.opentelemetry_span_log. UseLowCardinalitywhere appropriate. Although this table is generally stupid (it is using the Map data type even for common attributes), it will be slightly better. #49647 (Alexey Milovidov).