v.23.11Improvement
Improve ON CLUSTER Query Performance by Eliminating Heavy System Calls
Improve performance of ON CLUSTER queries by removing heavy system calls to get all network interfaces when looking for local ip address in the DDL entry hosts list. #54909 (Duc Canh Le).
Why it matters
This feature addresses the performance overhead caused by frequent and heavy system calls duringON CLUSTER query execution. By optimizing how local IP addresses are determined against the DDL entry hosts list, it reduces query latency and resource consumption, enhancing efficiency for distributed schema operations.How to use it
Users do not need to change any configurations or query syntax. The optimization is applied internally, automatically improving the execution speed ofON CLUSTER queries without additional steps.