xiarixiaoyao commented on pull request #3952:
URL: https://github.com/apache/hudi/pull/3952#issuecomment-980492886


   @yihua  i run benchmark, it's  ok now. thanks very much
   
   for table table_z_sort_byMap with query filter: c1_int = 500000 or c2_int = 
500000 we can achieve skipping percent 0.785
   for table table_z_sort_bySample with query filter: c1_int = 500000 or c2_int 
= 500000 we can achieve skipping percent 0.76
   for table table_hilbert_sort_byMap with query filter: c1_int = 500000 or 
c2_int = 500000 we can achieve skipping percent 0.845
   for table table_hilbert_sort_bySample with query filter: c1_int = 500000 or 
c2_int = 500000 we can achieve skipping percent 0.83
   for table table_z_sort_byMap_skew with query filter: c1_int = 5000 or c2_int 
= 500000 we can achieve skipping percent 0.0
   for table table_z_sort_bySample_skew with query filter: c1_int = 5000 or 
c2_int = 500000 we can achieve skipping percent 0.78
   for table table_hilbert_sort_byMap_skew with query filter: c1_int = 5000 or 
c2_int = 500000 we can achieve skipping percent 0.07999999999999996
   for table table_hilbert_sort_bySample_skew with query filter: c1_int = 5000 
or c2_int = 500000 we can achieve skipping percent 0.83


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