Igniters, Currently if several long-running queries are submitted, it may stall all cache operations because all theads in the system pool will be busy with queries.
I think it makes sense to move queries execution into separate dedicated thread pool. As we have timeouts for core pool threads now, it should not affect memory consumption or startup time anyhow. Thoughts? Vladimir.