Description
If several long-running queries are executed, all concurrent cache operations will be blocked because there will be no threads in system pool to server cache requests/responses.
Let's introduce separate thread pool for SQL queries execution.
Attachments
Issue Links
- relates to
-
IGNITE-4650 Scan and SPI queries must go through dedicated query pool
- Resolved
- links to