Skip to content

Commit

Permalink
Merge pull request #1356 from david-fritz-gravwell/issue-1346
Browse files Browse the repository at this point in the history
fix language on compound query limits.
  • Loading branch information
ashnwade authored Jan 17, 2025
2 parents 06cce42 + d33a27a commit 6e91f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions configuration/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ Default Value: `4`
Example: `Max-Block-Size=8`
Description: The Max-Block-Size specifies a value in megabytes and is used as a hint to tell indexers the maximum block size they can generate when pushing entries into the pipeline. Larger blocks reduce pressure on the pipeline, but increase memory pressure. Large memory and high throughput systems can increase this value to increase throughput, smaller memory systems can decrease this size to reduce memory pressure. The Prebuff-Block-Hint and Max-Block-Size parameters intersect to provide two knobs that tune ingest and search throughput. At Gravwell, on the 128GB nodes, the following is achieved: a clean 1GB/s of search throughput; a 1.25 million entry per second ingest with a Max-Block-Size of 16; and a Prebuff-Block-Hint of 8 is achieved

(config_params_render_store_limit)=
### **Render-Store-Limit**
Applies to: Webserver
Default Value: 1024
Expand Down
2 changes: 1 addition & 1 deletion search/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ This gives us a table of just connections that didn't have a corresponding DNS q
![](compound-ex2.png)

```{note}
Compound queries create ephemeral resources that exist only during the query, however those resources can and do consume disk space and are restricted by the [Resource-Max-Size](config_params_resource-max-size)` global configuration variable which defaults to 512MB. If the ephemeral resource is larger than the specified size the query will fail.
Compound queries create ephemeral resources that exist only during the query, however those resources can and do consume disk space and are restricted by the [Render-Store-Limit](config_params_render_store_limit) global configuration variable which defaults to 1024MB. If the ephemeral resource is larger than the specified size, the query will fail.
```

(specify-search-timeframe-in-query)=
Expand Down

0 comments on commit 6e91f3e

Please sign in to comment.