Vladimir Ozerov created IGNITE-10308:
----------------------------------------
Summary: SQL: Pass partition pruning models to JDBC thin driver
Key: IGNITE-10308
URL:
https://issues.apache.org/jira/browse/IGNITE-10308 Project: Ignite
Issue Type: Task
Components: jdbc, sql
Reporter: Vladimir Ozerov
Fix For: 2.8
Once partitions are extracted from original query (IGNITE-10305), it might be useful for thin clients: they could apply arguments locally and try to guess the best node where to send the request.
Example: when there is only one partition, then it makes sense to send the request directly to that node, so that only one hop is needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)