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
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/sql/settings.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,5 @@ Setting | Default | Description
31
31
`opendistro.sql.cursor.enabled` | False | You can enable or disable pagination for all queries that are supported.
32
32
`opendistro.sql.cursor.fetch_size` | 1,000 | You can set the default `fetch_size` for all queries that are supported by pagination. An explicit `fetch_size` passed in request overrides this value.
33
33
`opendistro.sql.cursor.keep_alive` | 1 minute | This value configures how long the cursor context is kept open. Cursor contexts are resource heavy, so we recommend a low value.
34
+
`opendistro.sql.engine.new.enabled` | True | Enables or disables the new query engine. This setting must be `true` in order to use date and time functions.
35
+
`opendistro.query.size_limit` | 200 | Defines the default index size. Cannot be greater than the maximum result window value (10000 by default).
0 commit comments