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

wusheng pushed a commit to branch Arch-Doc
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/Arch-Doc by this push:
     new b30ce67  Update Architecture.md
b30ce67 is described below

commit b30ce67b81c922971c9e772f46d8aef8f354f6a8
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Mon Jun 18 21:35:29 2018 +0800

    Update Architecture.md
---
 docs/en/Architecture.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/en/Architecture.md b/docs/en/Architecture.md
index fdef692..436473f 100644
--- a/docs/en/Architecture.md
+++ b/docs/en/Architecture.md
@@ -100,3 +100,12 @@ There are three cases in processing
 1. Remote process. Aggregate metrices across collector. In that way, selector 
is defined in node to decide 
 how to find the collector in cluster. (HashCode, Rolling, ForeverFirst are the 
three ways supported)
 
+By having these features, collector cluster runs like as a streaming net, to 
aggregate the metrics and don't rely on the
+storage implementor to support writing the same metric id concurrently.
+
+## Swtichable Storage Implementors
+Because streaming mode takes care of the concurrent, storage implementor 
responsibilities are provide high speed write,
+and group query.
+
+Right now, we supported ElasticSearch as primary implementor, H2 for preview, 
and MySQL Relational Database cluster managed
+by ShardingShpere project. 

-- 
To stop receiving notification emails like this one, please contact
wush...@apache.org.

Reply via email to