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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f70942d7b Update key features
7f70942d7b is described below

commit 7f70942d7b3dfc3cdf1f54094d5b82f3541105b4
Author: Jingsong <[email protected]>
AuthorDate: Mon Mar 4 15:37:35 2024 +0800

    Update key features
---
 main/index.html | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/main/index.html b/main/index.html
index 9fc80ad8f0..a322b338b2 100755
--- a/main/index.html
+++ b/main/index.html
@@ -91,46 +91,46 @@ under the License.
           <div class="card shadow col-md-10 col-lg-5 m-3">
             <div class="card-body">
               <div class="text-center text-primary">
-                <h2><i class="bi bi-table"></i></h2>
-                <h5>Append Table</h5>
+                <h2><i class="bi bi-calculator"></i></h2>
+                <h5>Flexible Updates</h5>
               </div>
-              <div class="py-3">Append table (no primary-key) provides large 
scale batch & streaming processing capability. Supports z-order sorting.</div>
+              <div class="py-3">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.</div>
             </div>
           </div>
           <div class="card shadow col-md-10 col-lg-5 m-3">
             <div class="card-body">
               <div class="text-center text-primary">
-                <h2><i class="bi bi-calculator"></i></h2>
-                <h5>Various Merge Engines</h5>
+                <h2><i class="bi bi-clipboard2-pulse"></i></h2>
+                <h5>Change-tracking Updates</h5>
               </div>
-              <div class="py-3">Update records however you like. Preserve the 
last record, do a partial update, or aggregate records together, you 
decide.</div>
+              <div class="py-3">Support defining changelog-producer, produce 
correct and complete changelog in updates for merge engines, simplifying your 
streaming analytics.</div>
             </div>
           </div>
           <div class="card shadow col-md-10 col-lg-5 m-3">
             <div class="card-body">
               <div class="text-center text-primary">
-                <h2><i class="bi bi-calendar-event"></i></h2>
-                <h5>Data Skipping</h5>
+                <h2><i class="bi bi-clipboard2-pulse"></i></h2>
+                <h5>Data Lake Capabilities</h5>
               </div>
-              <div class="py-3">Based on indexes such as minmax, filter 
irrelevant files and provide high-performance queries.</div>
+              <div class="py-3">Low cost, High reliability, Scalable metadata, 
Time Travel and Full Schema Evolution. All advantage as a data lake 
storage.</div>
             </div>
           </div>
           <div class="card shadow col-md-10 col-lg-5 m-3">
             <div class="card-body">
               <div class="text-center text-primary">
-                <h2><i class="bi bi-clipboard2-pulse"></i></h2>
-                <h5>Changelog Producing</h5>
+                <h2><i class="bi bi-table"></i></h2>
+                <h5>Huge Append Data Processing</h5>
               </div>
-              <div class="py-3">Produce correct and complete changelog from 
any data source in real-time, simplifying your streaming analytics.</div>
+              <div class="py-3">Append table (no primary-key) provides large 
scale batch & streaming processing capability. Supports Data Compaction with 
z-order sorting to optimize file layout.</div>
             </div>
           </div>
           <div class="card shadow col-md-10 col-lg-5 m-3">
             <div class="card-body">
               <div class="text-center text-primary">
-                <h2><i class="bi bi-clipboard2-pulse"></i></h2>
-                <h5>Data Lake Capabilities</h5>
+                <h2><i class="bi bi-calendar-event"></i></h2>
+                <h5>Data Skipping</h5>
               </div>
-              <div class="py-3">Low cost, High reliability, Scalable metadata, 
Time Travel and Full Schema Evolution. All advantage as a data lake 
storage.</div>
+              <div class="py-3">Based on indexes such as minmax, filter 
irrelevant files and provide high-performance queries.</div>
             </div>
           </div>
         </div>

Reply via email to