mirror of https://github.com/apache/druid.git
Merge pull request #1793 from himanshug/fix_chunking_link
fixing the link to chunkPeriod doc
This commit is contained in:
commit
e5b3226b62
|
@ -49,7 +49,7 @@ Druid broker can optionally retry queries internally for transient errors.
|
|||
|
||||
#### Processing
|
||||
|
||||
The broker uses processing configs for nested groupBy queries. And, optionally, Long-interval queries (of any type) can be broken into shorter interval queries and processed in parallel inside this thread pool. For more details, see "chunkPeriod" in [Querying](../querying/querying.html) doc.
|
||||
The broker uses processing configs for nested groupBy queries. And, optionally, Long-interval queries (of any type) can be broken into shorter interval queries and processed in parallel inside this thread pool. For more details, see "chunkPeriod" in [Query Context](../querying/query-context.html) doc.
|
||||
|
||||
|
||||
|Property|Description|Default|
|
||||
|
|
Loading…
Reference in New Issue