Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit b660644

Browse files
authored
Merge pull request #499 from liz-snyder-aws/sql-settings
Add missing sql settings
2 parents 2ade190 + 80b4c9e commit b660644

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sql/settings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ Setting | Default | Description
3131
`opendistro.sql.cursor.enabled` | False | You can enable or disable pagination for all queries that are supported.
3232
`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.
3333
`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

Comments
 (0)