OptionQUERY_COORDINATOR
Description Sets whether the current node should act as a query coordinator
Introduced Version1.0.0
Deprecated in Version1.119
Removed in Version1.173
Defaulttrue
ValuestrueNode should operate as a query coordinator
 falseNode should not operate as a query coordinator

Deprecated: Deprecated Configuration v1.119-1.172

This variable has been deprecated and will be removed in a future release. It is replaced by INITIAL_DISABLED_NODE_TASKS.

Whether this node should act as a query coordinator. Query coordinators are responsible for sending subqueries to storage nodes and combining the results. In clusters with "httponly" nodes (as described above), it often makes sense to set this to false for non-httponly nodes.

See ENABLE_QUERY_LOAD_BALANCING and NODE_ROLES for more information.