You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2020/04/02 09:30:07 UTC

[GitHub] [carbondata] QiangCai commented on a change in pull request #3691: [CARBONDATA-3760]Enable prefetch in presto to improve query performance

QiangCai commented on a change in pull request #3691: [CARBONDATA-3760]Enable prefetch in presto to improve query performance
URL: https://github.com/apache/carbondata/pull/3691#discussion_r402176992
 
 

 ##########
 File path: integration/presto/src/main/prestosql/org/apache/carbondata/presto/CarbondataPageSource.java
 ##########
 @@ -356,7 +356,6 @@ private PrestoCarbonVectorizedRecordReader createReaderForColumnar(HiveSplit car
     QueryModel queryModel = createQueryModel(carbonSplit, tableHandle, columns, conf);
     if (isDirectVectorFill) {
       queryModel.setDirectVectorFill(true);
-      queryModel.setPreFetchData(false);
 
 Review comment:
   No, we can enable it.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services