Description
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.
Attachments
Issue Links
- is a child of
-
IGNITE-11287 JDBC Thin: best effort affinity
- Resolved
- is blocked by
-
IGNITE-10305 SQL: Optimize query execution if it targets only one or none partitions
- Resolved
-
IGNITE-11118 SQL: Ability to resolve argument without H2
- Resolved
- links to