| Option | QUERY_COORDINATOR_EXECUTOR_CORES | |
| Description | Specifies the number of CPU cores allocated to the query coordinator's executor thread pool. | |
| Introduced Version | 1.184 | |
| Default | Core count/2 | |
| Minimum | 1 | |
The query coordinator is responsible for managing and orchestrating query execution across the LogScale cluster. This parameter controls how many parallel threads the coordinator can use for processing queries. It determines the size of the thread pool used by the query coordinator for heavy query related operations, such as merging results from workers. This makes query coordination more resilient when running queries with large and expensive states.