v.23.2New Feature
Add last_exception_time column to system.replication_queue
Add a new column last_exception_time to system.replication_queue. #45457 (Frank Chen).Why it matters
This feature provides visibility into the timing of the most recent exceptions in the replication queue, helping users to diagnose and monitor replication issues more effectively.How to use it
Users can query thelast_exception_time column in the system.replication_queue table to see when the last exception happened for each replication task. No additional configuration is required.