317brian commented on code in PR #13228: URL: https://github.com/apache/druid/pull/13228#discussion_r1007400355
########## docs/multi-stage-query/concepts.md: ########## @@ -102,6 +104,19 @@ issues](./known-issues.md#select) page. For more information about the syntax, see [REPLACE](./reference.md#replace). +When deciding whether to use REPLACE or INSERT, keep in mind that REPLACE can perform dimension-based segment pruning but INSERT cannot. To use dimension-based segment pruning, your query needs to meet the following requirements: Review Comment: Linking to it is probably a better solution than straight repeating. Will make this change -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
