v.25.5Improvement

Skip missed runs of statistics collection

Explicitly skip missed runs of statistics collection for QueryMetricLog, otherwise the log will take a long time to catch up with the current time. #79257 (Mikhail Artemenko).
Explicitly skip missed runs of statistics collection for QueryMetricLog to prevent delayed log catch-up.

Why it matters

This feature addresses the problem where the QueryMetricLog takes a long time to synchronize with the current time if statistics collection runs are missed. By skipping these missed runs explicitly, it ensures that the log remains timely and relevant, improving performance and usability.

How to use it

No explicit user action is required; the system automatically skips missed statistics collection runs for QueryMetricLog.