leesf commented on a change in pull request #4013:
URL: https://github.com/apache/hudi/pull/4013#discussion_r754042709
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java
##########
@@ -142,6 +142,16 @@
.sinceVersion("0.9.0")
.withDocumentation("When rewriting data, preserves existing
hoodie_commit_time");
+ /**
+ * Using space-filling curves to optimize the layout of table to boost query
performance.
+ * The table data which sorted by space-filling curve has better
aggregation; combine with min-max filtering, it can achieve good performance
improvement.
Review comment:
nit: split into two lines.
--
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]