This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 302bd29  [MINOR] Add clustering to feature list (#2568)
302bd29 is described below

commit 302bd29dab2866e07eb71823e4142f2da9addbb4
Author: vinoyang <[email protected]>
AuthorDate: Sat Feb 13 23:39:14 2021 +0800

    [MINOR] Add clustering to feature list (#2568)
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 427d859..de4c710 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ Hudi manages the storage of large analytical datasets on DFS 
(Cloud stores, HDFS
 * Manages file sizes, layout using statistics
 * Async compaction of row & columnar data
 * Timeline metadata to track lineage
+* Optimize data lake layout with clustering
  
 Hudi supports three types of queries:
  * **Snapshot Query** - Provides snapshot queries on real-time data, using a 
combination of columnar & row-based storage (e.g 
[Parquet](https://parquet.apache.org/) + 
[Avro](https://avro.apache.org/docs/current/mr.html)).

Reply via email to