From dba84f67324c683fbf139fe4393cd988dd7786dd Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Tue, 16 Oct 2018 19:41:03 +0800 Subject: [PATCH] *: update ETL description (#671) --- README.md | 2 +- overview.md | 2 +- tispark/tispark-user-guide.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57d15497b2e41..e40652f95d193 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ TiDB (The pronunciation is: /'taɪdiːbi:/ tai-D-B, etymology: titanium) is an o TiDB is designed to work in the cloud -- public, private, or hybrid -- making deployment, provisioning, and maintenance drop-dead simple. -- __No more ETL__ +- __Minimize ETL__ ETL (Extract, Transform and Load) is no longer necessary with TiDB's hybrid OLTP/OLAP architecture, enabling you to create new values for your users, easier and faster. diff --git a/overview.md b/overview.md index fd3e35072ab1e..c7f838262dc73 100644 --- a/overview.md +++ b/overview.md @@ -24,7 +24,7 @@ TiDB (The pronunciation is: /'taɪdiːbi:/ tai-D-B, etymology: titanium) is an o TiDB is designed to work in the cloud -- public, private, or hybrid -- making deployment, provisioning, and maintenance drop-dead simple. -- __No more ETL__ +- __Minimize ETL__ ETL (Extract, Transform and Load) is no longer necessary with TiDB's hybrid OLTP/OLAP architecture, enabling you to create new values for your users, easier and faster. diff --git a/tispark/tispark-user-guide.md b/tispark/tispark-user-guide.md index 68408bd22fb33..e446cbfb49c4d 100644 --- a/tispark/tispark-user-guide.md +++ b/tispark/tispark-user-guide.md @@ -18,7 +18,7 @@ TiSpark is an OLAP solution that runs Spark SQL directly on TiKV, the distribute + TiSpark integrates with Spark Catalyst Engine deeply. It provides precise control of the computing, which allows Spark read data from TiKV efficiently. It also supports index seek, which improves the performance of the point query execution significantly. + It utilizes several strategies to push down the computing to reduce the size of dataset handling by Spark SQL, which accelerates the query execution. It also uses the TiDB built-in statistical information for the query plan optimization. -+ From the data integration point of view, TiSpark and TiDB serve as a solution runs both transaction and analysis directly on the same platform without building and maintaining any ETLs. It simplifies the system architecture and reduces the cost of maintenance. ++ From the data integration point of view, TiSpark and TiDB serve as a solution for running both transaction and analysis directly on the same platform without building and maintaining any ETLs. It simplifies the system architecture and reduces the cost of maintenance. + also, you can deploy and utilize tools from the Spark ecosystem for further data processing and manipulation on TiDB. For example, using TiSpark for data analysis and ETL; retrieving data from TiKV as a machine learning data source; generating reports from the scheduling system and so on. ## Environment setup