richardstartin commented on code in PR #8683:
URL: https://github.com/apache/pinot/pull/8683#discussion_r870646383
##########
pinot-spi/src/main/java/org/apache/pinot/spi/trace/InvocationRecording.java:
##########
@@ -28,6 +28,15 @@
*/
public interface InvocationRecording {
+ /**
+ * Sets the upper bound for the number of groups in a group by evaluation,
along with the actual number of groups.
+ * The ratio of these two quantities indicates how efficient the group by
was, and if truncation has occurred.
Review Comment:
Perhaps, can I add that as a follow up if the data tracked here turns out
not be enough?
--
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]