v.25.4Improvement

Refreshes of refreshable materialized views now appear

Refreshes of refreshable materialized views now appear in system.query_log. #71333 (Michael Kolupaev).
Refresh operations of refreshable materialized views are now logged in system.query_log.

Why it matters

This feature provides visibility into the refreshes of refreshable materialized views by recording them in the system query log. It helps users monitor and audit materialized view refresh activities, improving observability and troubleshooting.

How to use it

Users do not need to enable anything explicitly. Refresh operations of refreshable materialized views will automatically be recorded in the system.query_log table alongside other queries.