v.25.5Improvement
Calculate the relevant fields
Calculate the relevant fields for query 'SHOW CLUSTER <name>' instead of all fields. #79368 (Tuan Pham Anh).Why it matters
The feature addresses inefficiency in theSHOW CLUSTER <name> command by limiting calculations to only necessary data fields. This reduces computational overhead and improves response times for users querying cluster information.How to use it
Simply use theSHOW CLUSTER <name> SQL command as usual. The optimization is applied internally with no change in syntax or additional parameters required.