You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/11/09 07:07:19 UTC

[GitHub] [hudi] xiarixiaoyao commented on pull request #3952: [HUDI-2102][WIP] support hilbert curve for hudi.

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


   @vinothchandar 
   Hilbert curve has better data aggregation characteristics, while Z curve has worse data aggregation characteristics.
   
   The mapping process of Hilbert curve is complex, and the mapping process of Z curve is simple.
   
   High order Hilbert computation is very complex and time-consuming, and z-order is used more in spatio-temporal database.
   
   i will paste  perf test  later


-- 
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: commits-unsubscribe@hudi.apache.org

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