This is an automated email from the ASF dual-hosted git repository.
lide pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new b5a1a00 change architecute from png to jpg
b5a1a00 is described below
commit b5a1a0043baf990e28634f87a977cf0f8aa1fe8e
Author: lide <[email protected]>
AuthorDate: Wed Oct 24 15:02:41 2018 +0800
change architecute from png to jpg
---
assets/images/architecture.jpg | Bin 0 -> 62356 bytes
pages/index.ad | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/images/architecture.jpg b/assets/images/architecture.jpg
new file mode 100644
index 0000000..239f85b
Binary files /dev/null and b/assets/images/architecture.jpg differ
diff --git a/pages/index.ad b/pages/index.ad
index 197fa60..ab7f568 100644
--- a/pages/index.ad
+++ b/pages/index.ad
@@ -25,7 +25,7 @@ Doris is a MPP-based interactive SQL data warehousing for
reporting and analysis
Doris’s implementation consists of two daemons: Frontend (FE) and Backend (BE).
-image::architecture.png[]
+image::architecture.jpg[]
**Frontend daemon** consists of query coordinator and catalog manager. Query
coordinator is responsible for receiving users’ sql queries, compiling queries
and managing queries execution. Catalog manager is responsible for managing
metadata such as databases, tables, partitions, replicas and etc. Several
frontend daemons could be deployed to guarantee fault-tolerance, and load
balancing.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]