Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.7
Description
If we run SQL query on cache partitioned over several cluster nodes, it will be split into several queries running in parallel. But really we will have one thread per query on each node.
So, for now, to improve SQL query performance we need to run more Ignite instances or split caches manually.
It seems to be better to split local SQL queries over cache partitions, so we would be able to parallelize SQL query on every single node and utilize CPU more efficiently.
Attachments
Attachments
Issue Links
- is related to
-
IGNITE-4746 Add documentation for SQL query parallelism
- Closed
- links to