You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/admin/settings.rst
+97-1Lines changed: 97 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ When OpenSearch bootstraps, SQL plugin will register a few settings in OpenSearc
19
19
plugins.sql.enabled
20
20
======================
21
21
22
+
Version
23
+
-------
24
+
1.0
25
+
22
26
Description
23
27
-----------
24
28
@@ -81,6 +85,10 @@ Result set::
81
85
plugins.sql.slowlog
82
86
============================
83
87
88
+
Version
89
+
-------
90
+
1.0
91
+
84
92
Description
85
93
-----------
86
94
@@ -121,6 +129,10 @@ Result set::
121
129
plugins.sql.cursor.keep_alive
122
130
================================
123
131
132
+
Version
133
+
-------
134
+
1.0
135
+
124
136
Description
125
137
-----------
126
138
@@ -163,6 +175,10 @@ Result set::
163
175
plugins.query.size_limit
164
176
========================
165
177
178
+
Version
179
+
-------
180
+
1.0
181
+
166
182
Description
167
183
-----------
168
184
@@ -193,7 +209,7 @@ plugins.query.buckets
193
209
194
210
Version
195
211
-------
196
-
3.4.0
212
+
3.4
197
213
198
214
Description
199
215
-----------
@@ -228,6 +244,10 @@ The number of aggregation buckets is fixed to ``1000`` in v2. ``plugins.query.bu
228
244
plugins.query.memory_limit
229
245
==========================
230
246
247
+
Version
248
+
-------
249
+
1.0
250
+
231
251
Description
232
252
-----------
233
253
@@ -256,6 +276,10 @@ Result set::
256
276
Thread Pool Settings
257
277
====================
258
278
279
+
Version
280
+
-------
281
+
3.4
282
+
259
283
The SQL plugin is integrated with the `OpenSearch Thread Pool Settings <https://docs.opensearch.org/latest/install-and-configure/configuring-opensearch/thread-pool-settings/>`_.
260
284
There are two thread pools which can be configured on cluster setup via `settings.yml`::
261
285
@@ -277,6 +301,10 @@ A ``sql-worker`` thread may spawn multiple background threads.
This setting defines the interval at which the external scheduler applies for auto refresh queries. It optimizes Spark applications by allowing them to automatically decide whether to use the Spark scheduler or the external scheduler.
This setting specifies the interval at which the streaming job housekeeper runs to clean up streaming jobs associated with deleted and disabled data sources.
@@ -665,6 +733,10 @@ Request ::
665
733
plugins.query.datasources.enabled
666
734
=================================
667
735
736
+
Version
737
+
-------
738
+
2.16
739
+
668
740
Description
669
741
-----------
670
742
@@ -745,6 +817,10 @@ To Re-enable Data Sources:::
745
817
plugins.query.field_type_tolerance
746
818
==================================
747
819
820
+
Version
821
+
-------
822
+
2.19
823
+
748
824
Description
749
825
-----------
750
826
@@ -804,6 +880,10 @@ first element of an array is returned, preserving the default behavior.
804
880
plugins.calcite.enabled
805
881
=======================
806
882
883
+
Version
884
+
-------
885
+
3.0
886
+
807
887
Description
808
888
-----------
809
889
@@ -820,6 +900,10 @@ Check `join doc <../../ppl/cmd/join.rst>`_ for example.
820
900
plugins.calcite.fallback.allowed
821
901
================================
822
902
903
+
Version
904
+
-------
905
+
3.1
906
+
823
907
Description
824
908
-----------
825
909
@@ -832,6 +916,10 @@ If Calcite is enabled, you can use this setting to decide whether to allow fallb
832
916
plugins.calcite.pushdown.enabled
833
917
================================
834
918
919
+
Version
920
+
-------
921
+
3.1
922
+
835
923
Description
836
924
-----------
837
925
@@ -844,6 +932,10 @@ If Calcite is enabled, you can use this setting to decide whether to enable the
0 commit comments