1
0

[MINOR] Add clustering to feature list (#2568)

This commit is contained in:
vinoyang
2021-02-13 23:39:14 +08:00
committed by GitHub
parent 527175ab0b
commit 302bd29dab

View File

@@ -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)).