Skip to content

Commit

Permalink
Addition to subquery limit migration guide (#16671)
Browse files Browse the repository at this point in the history
Co-authored-by: Laksh Singla <lakshsingla@gmail.com>
Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 1, 2024
1 parent 34c80ee commit bd49ecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/release-info/migr-subquery-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bd49ecf

Please sign in to comment.