nsivabalan commented on a change in pull request #3525: URL: https://github.com/apache/hudi/pull/3525#discussion_r696192756
########## File path: website/blog/2021-08-23-async-clustering.md ########## @@ -0,0 +1,153 @@ +--- +title: "Asynchronous Clustering using Hudi" +excerpt: "How to setup Hudi for asynchronous clustering" +author: codope +category: blog +--- + +In one of the [previous blog](https://hudi.apache.org/blog/2021/01/27/hudi-clustering-intro) posts, we introduced a new +kind of table service called clustering to reorganize data for improved query performance without compromising on +ingestion speed. We learnt how to setup inline clustering. In this post, we will discuss what has changed since then and +see how asynchronous clustering can be setup using HoodieClusteringJob as well as DeltaStreamer utility. + Review comment: Can you please add a <!--truncate--> tag here, so that the main blog page will render only up to this tag with a read more link? -- 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]
