clintropolis commented on a change in pull request #11331:
URL: https://github.com/apache/druid/pull/11331#discussion_r650197948
##########
File path: docs/querying/query-context.md
##########
@@ -47,7 +47,7 @@ These parameters apply to all query types.
|populateCache | `true` | Flag indicating
whether to save the results of the query to the query cache. Primarily used for
debugging. When set to false, it disables saving the results of this query to
the query cache. When set to true, Druid uses
`druid.broker.cache.populateCache` or `druid.historical.cache.populateCache` to
determine whether or not to save the results of this query to the query cache |
|useResultLevelCache | `true` | Flag indicating
whether to leverage the result level cache for this query. When set to false,
it disables reading from the query cache for this query. When set to true,
Druid uses `druid.broker.cache.useResultLevelCache` to determine whether or not
to read from the result-level query cache |
|populateResultLevelCache | `true` | Flag indicating
whether to save the results of the query to the result level cache. Primarily
used for debugging. When set to false, it disables saving the results of this
query to the query cache. When set to true, Druid uses
`druid.broker.cache.populateResultLevelCache` to determine whether or not to
save the results of this query to the result-level query cache |
-|bySegment | `false` | Return "by
segment" results. Primarily used for debugging, setting it to `true` returns
results associated with the data segment they came from |
+|bySegment | `false` | Native queries
only. Return "by segment" results. Primarily used for debugging, setting it to
`true` returns results associated with the data segment they came from |
Review comment:
nit: not sure if it would be clearer or not to say that it isn't
supported by SQL instead of that it is only for native queries, but we do refer
to the JSON queries that way so I think this is fine too
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]