Skip to content

Commit

Permalink
Documentation Updates for plugins.query.datasources.enabled SQL Setting
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fddattal committed Jul 22, 2024
1 parent f3fe8f9 commit 59ec10d
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 the `DataSource` support in the plugin.

## Spark connector settings

Expand Down

0 comments on commit 59ec10d

Please sign in to comment.