Skip to content

Commit 6eae8bb

Browse files
Updated description of 'query_string_length' (#7987) (#5668)
Signed-off-by: Modular Magician <[email protected]>
1 parent 57f8314 commit 6eae8bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/7987.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/sql_database_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ The optional `settings.insights_config` subblock for instances declares Query In
367367

368368
* `query_insights_enabled` - True if Query Insights feature is enabled.
369369

370-
* `query_string_length` - Maximum query length stored in bytes. Between 256 and 4500. Default to 1024.
370+
* `query_string_length` - Maximum query length stored in bytes. Between 256 and 4500. Default to 1024. Higher query lengths are more useful for analytical queries, but they also require more memory. Changing the query length requires you to restart the instance. You can still add tags to queries that exceed the length limit.
371371

372372
* `record_application_tags` - True if Query Insights will record application tags from query when enabled.
373373

0 commit comments

Comments
 (0)