v.25.7Improvement
Add columns commit_time, commit_id to system
Add columnscommit_time,commit_idtosystem.s3queue_log. #83016 (Kseniia Sumarokova).
Why it matters
This feature enhances thesystem.s3queue_log table by providing additional metadata about each commit operation, enabling users to track the exact commit time and ID. It improves observability and debugging capabilities when working with S3 queue logs.How to use it
Users can query thesystem.s3queue_log system table as usual and access the new columns commit_time and commit_id to get detailed commit information without any additional configuration.