voonhous commented on issue #9130: URL: https://github.com/apache/hudi/issues/9130#issuecomment-1623093153
@ertanden, I agree that these 2 configurations are conflicting with each other. Clustering is usually performed together with sorting. And to disable single file group clustering, we are giving up sorting. Should offline clustering be enabled as a scheduled service, this would mean that these 2 "features" are mutually exclusive of each other, you can have one, but not both. As such, there's a PR here that is working on improving this: https://github.com/apache/hudi/pull/8760 IMO, if there's a single group that is considered for clustering, sorting shouldn't be considered as sorting will not yield any added reasonable/significant read performance on a file that is predetermined to be "small" anyways. -- 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]
