mirror of https://github.com/apache/druid.git
change header in overlord console; minor querydoc change (#5625)
* change header in overlord console; minor querydoc change * remove change to overlord console * address Gian comments
This commit is contained in:
parent
b32aad9ab4
commit
afa75e04b7
|
@ -235,10 +235,8 @@ strategy perform the outer query on the broker in a single-threaded fashion.
|
|||
|
||||
#### Configurations
|
||||
|
||||
This section describes the configurations for groupBy queries. You can set system-wide configurations by adding them to runtime properties or query-specific configurations by adding them to query contexts. All runtime properties are prefixed by `druid.query.groupBy`.
|
||||
|
||||
#### Commonly tuned configurations
|
||||
|
||||
This section describes the configurations for groupBy queries. You can set the runtime properties in the `runtime.properties` file on broker, historical, and MiddleManager nodes. You can set the query context parameters through the [query context](query-context.html).
|
||||
|
||||
##### Configurations for groupBy v2
|
||||
|
||||
Supported runtime properties:
|
||||
|
|
Loading…
Reference in New Issue