npawar commented on a change in pull request #7295:
URL: https://github.com/apache/pinot/pull/7295#discussion_r689861453
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/plan/maker/InstancePlanMakerImplV2.java
##########
@@ -140,9 +142,21 @@ public InstancePlanMakerImplV2(QueryExecutorConfig
queryExecutorConfig) {
@Override
public Plan makeInstancePlan(List<IndexSegment> indexSegments, QueryContext
queryContext,
ExecutorService executorService, long endTimeMs) {
+ boolean prefetch =
Review comment:
Added the instance config.
I feel we still need the separate `prefetch` query option, as we wanted
finer control on whether we to prefetch or not. Lmk if that's okay
--
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]