Thanks Val. Computations and Queries using different thread pools. this should be enough.
On 22 October 2016 at 00:09, vkulichenko <[email protected]> wrote: > Hi, > > Public thread is used for computations and system pool is used for all > cache > operations (gets, puts, queries, etc.). Having separate thread pool for > queries will not give you performance improvement, because it's OS > responsibility to schedule threads execution anyway. > > -Val > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Ignite-query-threads-tp8398p8413.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
