fixing the link to chunkPeriod doc

This commit is contained in:
Himanshu Gupta 2015-10-01 13:03:46 -05:00
parent 4da1575680
commit 9006e255ef
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Druid broker can optionally retry queries internally for transient errors.
#### Processing #### 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| |Property|Description|Default|