From 4af85e60497139130af61a2b622f6c463b282913 Mon Sep 17 00:00:00 2001 From: mengqinghuan <30916634+mengqinghuan@users.noreply.github.com> Date: Thu, 9 May 2019 14:48:27 +0800 Subject: [PATCH] Update README.md fix some words --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a0410ad389ee3..db0540f6a0d21b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Doris is an MPP-based interactive SQL data warehousing for reporting and analysi [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) ## 2. Technology -Doris mainly integrates the technology of Google Mesa and Apache Impala, and it based on a column-oriented storage engine and can communicate by MySQL client. +Doris mainly integrates the technology of Google Mesa and Apache Impala, and it is based on a column-oriented storage engine and can communicate by MySQL client. ## 3. User cases Doris not only provides high concurrent low latency point query performance, but also provides high throughput queries of ad-hoc analysis.