Skip to content

Commit

Permalink
Documentation Updates for plugins.query.datasources.enabled SQL Setti…
Browse files Browse the repository at this point in the history
…ng (opensearch-project#7794)

* Documentation Updates for plugins.query.datasources.enabled SQL Setting

This setting allows users to toggle the data source code paths in the
SQL plugin. Ref:

https://github.com/opensearch-project/sql/pull/2811/files

Signed-off-by: Frank Dattalo <[email protected]>

* Update _search-plugins/sql/settings.md

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Frank Dattalo <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
3 people authored and leanneeliatra committed Jul 24, 2024
1 parent 9e44447 commit d57d5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _search-plugins/sql/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Setting | Default | Description
`plugins.sql.cursor.keep_alive` | 1 minute | Configures how long the cursor context is kept open. Cursor contexts are resource-intensive, so we recommend a low value.
`plugins.query.memory_limit` | 85% | Configures the heap memory usage limit for the circuit breaker of the query engine.
`plugins.query.size_limit` | 200 | Sets the default size of index that the query engine fetches from OpenSearch.
`plugins.query.datasources.enabled` | true | Change to `false` to disable support for data sources in the plugin.

## Spark connector settings

Expand Down

0 comments on commit d57d5b0

Please sign in to comment.