klsince commented on code in PR #10077:
URL: https://github.com/apache/pinot/pull/10077#discussion_r1063863732


##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -280,6 +280,7 @@ public static class QueryOptionKey {
         public static final String SKIP_UPSERT = "skipUpsert";
         public static final String USE_STAR_TREE = "useStarTree";
         public static final String SCAN_STAR_TREE_NODES = "scanStarTreeNodes";
+        public static final String SCAN_STAR_TREE_NODES_ON_HEAP = 
"scanStarTreeNodesOnHeap";

Review Comment:
   maybe just the `scanStarTreeNodes` option to indicate the reads are moving 
forward (which indicates the use of cache to avoid looking back)



-- 
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]

Reply via email to