v.24.6Improvement
Print Query in EXPLAIN PLAN with Parallel Replicas
Why it matters
This feature allows users to see how queries are executed across parallel replicas in theEXPLAIN PLAN output, improving visibility into distributed query execution and helping optimize query performance in replicated environments.How to use it
Simply runEXPLAIN PLAN on your query as usual. The output will now include information about the query execution on parallel replicas without requiring additional configuration.