[
https://issues.apache.org/jira/browse/IGNITE-25080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iurii Gerzhedovich updated IGNITE-25080:
----------------------------------------
Component/s: sql ai3
(was: sql)
> 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 ai3
> Reporter: Stanislav Lukyanov
> Priority: Major
> Labels: ignite-3
>
> 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)