vinothchandar edited a comment on pull request #2441:
URL: https://github.com/apache/hudi/pull/2441#issuecomment-761742963


   On a 250K file table, with 1000 partitions. Baseline single threaded listing 
: 2mins 
   
   Parallelized listing from Spark (which is what most of Hudi already does) 
takes 18 seconds
   
   
![image](https://user-images.githubusercontent.com/1179324/104833033-b86e6980-584a-11eb-95a3-b3f1e447cfa8.png)
   
   Metadata table is ~2x faster!! (timeline server=on)
   
   
![image](https://user-images.githubusercontent.com/1179324/104833072-f3709d00-584a-11eb-9e3a-2236cc872c67.png)
   
   
   Metadata table is fast, even with parallel access from executors !! 
(timeline server=off)
   
   
   
![image](https://user-images.githubusercontent.com/1179324/104833097-07b49a00-584b-11eb-81d2-bd07ee893827.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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to