v.24.3Improvement
Remove Duplicate Entries in system.blob_storage_log
Remove some duplicate entries in system.blob_storage_log. #61622 (YenchangChan).Why it matters
This feature addresses the issue of redundant data in thesystem.blob_storage_log, which can lead to confusion and inefficiencies when analyzing blob storage operations. By eliminating duplicates, the log becomes more reliable and easier to interpret.How to use it
No specific user action is required. The duplicates insystem.blob_storage_log are automatically removed as part of the ClickHouse system logging improvements.