mirror of https://github.com/apache/druid.git
Addition to subquery limit migration guide (#16671)
Co-authored-by: Laksh Singla <lakshsingla@gmail.com> Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
This commit is contained in:
parent
34c80ee3de
commit
bd49ecfd29
|
@ -52,6 +52,10 @@ This property takes precedence over `maxSubqueryRows`.
|
|||
You can set both `maxSubqueryRows` and `maxSubqueryBytes` at cluster level and override them in individual queries.
|
||||
See [Overriding default query context values](../configuration#overriding-default-query-context-values) for more information.
|
||||
|
||||
Make sure you enable the Broker monitor `SubqueryCountStatsMonitor` so that Druid emits metrics for subquery statistics.
|
||||
To do this, add `org.apache.druid.server.metrics.SubqueryCountStatsMonitor` to the `druid.monitoring.monitors` property in your Broker's `runtime.properties` configuration file.
|
||||
See [Metrics monitors](../configuration/index.md#metrics-monitors) for more information.
|
||||
|
||||
## Learn more
|
||||
|
||||
See the following topics for more information:
|
||||
|
|
Loading…
Reference in New Issue