v.1.1.54380Improvement
Simple SELECT Queries from system.processes Exempt from max_concurrent_queries Limit
SimpleSELECTqueries from thesystem.processestable are not included in themax_concurrent_querieslimit.
Why it matters
This feature prevents simple monitoring queries onsystem.processes from counting towards the limit on concurrent queries, thus avoiding unintended blocking or limiting of these lightweight system inspection queries. It improves usability by allowing uninterrupted access to system information even when the query concurrency limit is reached.How to use it
No explicit action is required from users. This behavior is applied automatically for simpleSELECT statements on the system.processes table.