Hi,

Of course all requests will be processed concurrently by server. At this
moment queries use Ignite system pool for execution. You can adjust size of
this pool if needed using IgniteConfiguration.setSystemThreadPoolSize()
method.

On Mon, Nov 14, 2016 at 4:10 PM, rishi007bansod <[email protected]>
wrote:

> In my case I have data present on 1 server node and 25 clients connected to
> this server, concurrently firing sql queries. So, does Ignite by default
> parallelizes these queries or do we have to do some settings? Can we apply
> some kind of multithreading on server side to handle these queries for
> performance improvement?
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Multithreading-SQL-queries-in-
> Apache-Ignite-tp8944.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to