From 7067427d7a11f1131c8d9bc3fb843a19f5e79707 Mon Sep 17 00:00:00 2001 From: Jingsong Date: Mon, 4 Mar 2024 17:11:17 +0800 Subject: [PATCH] Update Key Features --- main/index.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/main/index.html b/main/index.html index a322b338b24c..487cc904070a 100755 --- a/main/index.html +++ b/main/index.html @@ -79,7 +79,7 @@

Apache Paimon&t

Key Features

-
+

@@ -88,49 +88,49 @@
Real-time Updates
Primary-key table supports real-time streaming updates of large amounts of data. Real-time query within 1 minute.
-
+

Flexible Updates
-
Support defining Merge Engines, update records however you like. Deduplicate to keep last row, or partial-update, or aggregate records, or first-row, you decide.
+
Defining Merge Engines, update records however you like. Deduplicate to keep last row, or partial-update, or aggregate records, or first-row, you decide.
-
+

Change-tracking Updates
-
Support defining changelog-producer, produce correct and complete changelog in updates for merge engines, simplifying your streaming analytics.
+
Defining changelog-producer, produce correct and complete changelog in updates for merge engines, simplifying your streaming analytics.
-
+
-

-
Data Lake Capabilities
+

+
Append Data Processing
-
Low cost, High reliability, Scalable metadata, Time Travel and Full Schema Evolution. All advantage as a data lake storage.
+
Append table (no primary-key) provides large scale batch and streaming processing capability. Supports compaction with z-order sorting.
-
+
-

-
Huge Append Data Processing
+

+
Query Data Skipping
-
Append table (no primary-key) provides large scale batch & streaming processing capability. Supports Data Compaction with z-order sorting to optimize file layout.
+
Based on indexes such as minmax, filter irrelevant files and provide high-performance queries, more indexes are being supported.
-
+
-

-
Data Skipping
+

+
Data Lake Capabilities
-
Based on indexes such as minmax, filter irrelevant files and provide high-performance queries.
+
Low cost, High reliability, Scalable metadata, Time Travel and Full Schema Evolution. All advantage as a data lake storage.