wkhappy1 opened a new issue, #8483:
URL: https://github.com/apache/hudi/issues/8483

   vesion
   presto:0.275.1
   hudi:0.11.1
   
   hudi table type is copy on write。
   
   when i execute sql like this: "select count(1) from table where 
Partition>=202301"
   
   Partition is Partition Fields.
   
   the above sql execute result is 933。
   
   in hive connector,the above sql cost only 255ms。
   
   in hudi connector,the above sql cost only 4.57s。
   
   in presto ui,i find hudi connector planing time is 4s.
   and in Flame diagram ,i find hudi connector cost a lot time to getSplits
   
![image](https://user-images.githubusercontent.com/54095696/232658635-a1deaebc-5ee6-4da0-b380-25675a0a70ca.png)
   


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

Reply via email to