Hi, Single query is currently not parallelized on per-node level. I.e., a query will be be split across nodes, but within each node there will be a single thread processing this query. However, if you issue multiple concurrent queries, they will be executed concurrently in the system thread pool. As for performance, I recommend to create a benchmark and check what numbers you get with different settings.
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Multithreading-SQL-queries-in-Apache-Ignite-tp8944p8971.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
