v.23.10Performance Improvement

Distributed Queries in Async Socket Mode Respect Max Threads Limit

Distributed queries executed in async_socket_for_remote mode (default) now respect max_threads limit. Previously, some queries could create excessive threads (up to max_distributed_connections), causing server performance issues. #53504 (filimonov).