v.25.7Improvement

Add columns commit_time, commit_id to system

Add columns commit_time, commit_id to system.s3queue_log. #83016 (Kseniia Sumarokova).
Added new columns commit_time and commit_id to the system.s3queue_log table.

Why it matters

This feature enhances the system.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 the system.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.