Stanislav Lukyanov created IGNITE-25080: -------------------------------------------
Summary: Add a hint to force sending a query to a particular node Key: IGNITE-25080 URL: https://issues.apache.org/jira/browse/IGNITE-25080 Project: Ignite Issue Type: Improvement Components: sql Reporter: Stanislav Lukyanov We already have support to send a query to a particular node automatically with partition pruning. It would be useful to add a similar hint to send a query (fragment) to the provided node ID: {code:java} SELECT *, FROM t AS t_node1 /*+ force_read_on_node: node1 */ {code} While no one would use it in an application, it is useful for diagnostics, e.g. to check data consistency - forcefully execute the same query on different nodes and check that the result is the same. -- This message was sent by Atlassian Jira (v8.20.10#820010)