We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b9ce5 commit a5a0fbfCopy full SHA for a5a0fbf
docs/user/admin/settings.rst
@@ -234,7 +234,7 @@ The ``sql_worker`` pool corresponds to compute resources related to running quer
234
This directly maps to the number of queries that can be run concurrently.
235
This is the primary pool you interact with externally.
236
``sql_background_io`` is a low-footprint pool for IO requests the plugin makes,
237
-and can be used to partially the search load SQL places on your cluster for some types of expensive operations.
+and can be used to limit indirect load that SQL places on your cluster for Calcite-enabled operations.
238
A ``sql_worker`` thread may spawn multiple background threads.
239
240
plugins.query.executionengine.spark.session.limit
0 commit comments