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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 425538b5 add HBase pre-splite config options in quickstart (#160)
425538b5 is described below

commit 425538b58406aced46e0ec67ac9314a82eb2cdfa
Author: javeme <[email protected]>
AuthorDate: Mon Dec 26 13:37:51 2022 +0000

    add HBase pre-splite config options in quickstart (#160)
    
    * add HBase pre-splite config options in quickstart
    * Update hugegraph-server.md
    
    Co-authored-by: imbajin <[email protected]> 
4b5e5ba187741712efe8f5bd70ac001afb937933
---
 cn/docs/_print/index.html                      |   5 ++
 cn/docs/index.xml                              |   5 ++
 cn/docs/quickstart/_print/index.html           |   5 ++
 cn/docs/quickstart/hugegraph-server/index.html |  11 ++-
 cn/docs/quickstart/index.xml                   |   5 ++
 cn/sitemap.xml                                 |   2 +-
 docs/_print/index.html                         | 105 ++++++++++++-----------
 docs/index.xml                                 | 105 ++++++++++++-----------
 docs/quickstart/_print/index.html              | 105 ++++++++++++-----------
 docs/quickstart/hugegraph-server/index.html    | 111 +++++++++++++------------
 docs/quickstart/index.xml                      | 105 ++++++++++++-----------
 en/sitemap.xml                                 |   2 +-
 sitemap.xml                                    |   2 +-
 13 files changed, 309 insertions(+), 259 deletions(-)

diff --git a/cn/docs/_print/index.html b/cn/docs/_print/index.html
index 20690877..a74c5c03 100644
--- a/cn/docs/_print/index.html
+++ b/cn/docs/_print/index.html
@@ -112,6 +112,11 @@ serializer=hbase
 # hbase backend config
 hbase.hosts=localhost
 hbase.port=2181
+# Note: recommend to modify the HBase partition number by the actual/env data 
amount &amp; RS amount before init store
+# it may influence the loading speed a lot
+#hbase.enable_partition=true
+#hbase.vertex_partitions=10
+#hbase.edge_partitions=30
 </code></pre><p>初始化数据库(仅第一次启动时需要)</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#204a87>cd</span> hugegraph-<span 
style=color:#4e9a06>${</span><span style=color:#000>version</span><span 
style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span>bin/init-store.sh
 </span></span></code></pre></div><p>启动server</p><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span 
style=display:flex><span>bin/start-hugegraph.sh
diff --git a/cn/docs/index.xml b/cn/docs/index.xml
index cb4ffc09..b1a58605 100644
--- a/cn/docs/index.xml
+++ b/cn/docs/index.xml
@@ -1398,6 +1398,11 @@ serializer=hbase
 # hbase backend config
 hbase.hosts=localhost
 hbase.port=2181
+# Note: recommend to modify the HBase partition number by the actual/env data 
amount &amp;amp; RS amount before init store
+# it may influence the loading speed a lot
+#hbase.enable_partition=true
+#hbase.vertex_partitions=10
+#hbase.edge_partitions=30
 &lt;/code>&lt;/pre>&lt;p>初始化数据库(仅第一次启动时需要)&lt;/p>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-bash" data-lang="bash">&lt;span 
style="display:flex;">&lt;span>&lt;span style="color:#204a87">cd&lt;/span> 
hugegraph-&lt;span style="color:#4e9a06">${&lt;/span>&lt;span 
style="color:#000">version&lt;/span>&lt;span style="color:#4e9a06">}&lt;/span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>bin/init-store.sh
diff --git a/cn/docs/quickstart/_print/index.html 
b/cn/docs/quickstart/_print/index.html
index 2f89ec5e..e79278b0 100644
--- a/cn/docs/quickstart/_print/index.html
+++ b/cn/docs/quickstart/_print/index.html
@@ -106,6 +106,11 @@ serializer=hbase
 # hbase backend config
 hbase.hosts=localhost
 hbase.port=2181
+# Note: recommend to modify the HBase partition number by the actual/env data 
amount &amp; RS amount before init store
+# it may influence the loading speed a lot
+#hbase.enable_partition=true
+#hbase.vertex_partitions=10
+#hbase.edge_partitions=30
 </code></pre><p>初始化数据库(仅第一次启动时需要)</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#204a87>cd</span> hugegraph-<span 
style=color:#4e9a06>${</span><span style=color:#000>version</span><span 
style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span>bin/init-store.sh
 </span></span></code></pre></div><p>启动server</p><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span 
style=display:flex><span>bin/start-hugegraph.sh
diff --git a/cn/docs/quickstart/hugegraph-server/index.html 
b/cn/docs/quickstart/hugegraph-server/index.html
index 6bb8d33e..6f0b43cc 100644
--- a/cn/docs/quickstart/hugegraph-server/index.html
+++ b/cn/docs/quickstart/hugegraph-server/index.html
@@ -11,7 +11,7 @@ gcc --version 3 部署 有三种方式可以部署HugeGraph-Server组件:
 wget 
https://github.com/hugegraph/hugegraph-tools/releases/download/v${version}/hugegraph-tools-${version}.tar.gz
 tar -zxvf hugegraph-tools-${version}.tar.gz cd hugegraph-tools-${version} 
注:${version}为版本号,最新版本号可参考Download页面,或直接从Download页面点击链接下载
 HugeGraph-Tools 的总入口脚本是bin/hugegraph,用户可以使用help子命令查看其用法,这里只介绍一键部署的命令。
 bin/hugegraph deploy -v {hugegraph-version} -p {install-path} [-u 
{download-path-prefix}] 
{hugegraph-version}表示要部署的HugeGraphServer及HugeGraphStudio的版本,用户可查看conf/version-mapping.yaml文件获取版本信息,{install-path}指定HugeGraphServer及HugeGraphStudio的安装目录,{download-path-prefix}可选,指定HugeGraphServer及HugeGraphStudio
 tar包的下载地址,不提供时使用默认下载地址,比如要启动 0.6 
版本的HugeGraph-Server及HugeGraphStudio将上述命令写为bin/hugegraph deploy -v 0.6 -p 
services即可。
-3.2 下载tar包 wget 
https://github.com/hugegraph/hugegraph/releases/download/v${version}/hugegraph-${version}.tar.gz
 tar -zxvf hugegraph-${version}.tar.gz 3.3 源码编译 下载HugeGraph源代码"><meta 
property="og:type" content="article"><meta property="og:url" 
content="/cn/docs/quickstart/hugegraph-server/"><meta 
property="article:section" content="docs"><meta 
property="article:modified_time" content="2022-09-15T15:16:23+08:00"><meta 
property="og:site_name" content="HugeGraph"><meta itemprop=name content= [...]
+3.2 下载tar包 wget 
https://github.com/hugegraph/hugegraph/releases/download/v${version}/hugegraph-${version}.tar.gz
 tar -zxvf hugegraph-${version}.tar.gz 3.3 源码编译 下载HugeGraph源代码"><meta 
property="og:type" content="article"><meta property="og:url" 
content="/cn/docs/quickstart/hugegraph-server/"><meta 
property="article:section" content="docs"><meta 
property="article:modified_time" content="2022-12-26T21:37:10+08:00"><meta 
property="og:site_name" content="HugeGraph"><meta itemprop=name content= [...]
 
Core模块是Tinkerpop接口的实现,Backend模块用于管理数据存储,目前支持的后端包括:Memory、Cassandra、ScyllaDB以及RocksDB,API模块提供HTTP
 Server,将Client的HTTP请求转化为对Core的调用。
 
文档中会大量出现HugeGraph-Server及HugeGraphServer这两种写法,其他组件也类似。这两种写法含义上并无大的差异,可以这么区分:HugeGraph-Server表示服务端相关组件代码,HugeGraphServer表示服务进程。
 2 依赖 2.1 安装JDK-1.8 HugeGraph-Server 基于jdk-1.8开发,代码用到了较多jdk-1.8中的类和方法,请用户自行安装配置。
@@ -22,7 +22,7 @@ gcc --version 3 部署 有三种方式可以部署HugeGraph-Server组件:
 wget 
https://github.com/hugegraph/hugegraph-tools/releases/download/v${version}/hugegraph-tools-${version}.tar.gz
 tar -zxvf hugegraph-tools-${version}.tar.gz cd hugegraph-tools-${version} 
注:${version}为版本号,最新版本号可参考Download页面,或直接从Download页面点击链接下载
 HugeGraph-Tools 的总入口脚本是bin/hugegraph,用户可以使用help子命令查看其用法,这里只介绍一键部署的命令。
 bin/hugegraph deploy -v {hugegraph-version} -p {install-path} [-u 
{download-path-prefix}] 
{hugegraph-version}表示要部署的HugeGraphServer及HugeGraphStudio的版本,用户可查看conf/version-mapping.yaml文件获取版本信息,{install-path}指定HugeGraphServer及HugeGraphStudio的安装目录,{download-path-prefix}可选,指定HugeGraphServer及HugeGraphStudio
 tar包的下载地址,不提供时使用默认下载地址,比如要启动 0.6 
版本的HugeGraph-Server及HugeGraphStudio将上述命令写为bin/hugegraph deploy -v 0.6 -p 
services即可。
-3.2 下载tar包 wget 
https://github.com/hugegraph/hugegraph/releases/download/v${version}/hugegraph-${version}.tar.gz
 tar -zxvf hugegraph-${version}.tar.gz 3.3 源码编译 下载HugeGraph源代码"><meta 
itemprop=dateModified content="2022-09-15T15:16:23+08:00"><meta 
itemprop=wordCount content="735"><meta itemprop=keywords content><meta 
name=twitter:card content="summary"><meta name=twitter:title 
content="HugeGraph-Server Quick Start"><meta name=twitter:description 
content="1 HugeGraph-Server概述 HugeGraph-Serv [...]
+3.2 下载tar包 wget 
https://github.com/hugegraph/hugegraph/releases/download/v${version}/hugegraph-${version}.tar.gz
 tar -zxvf hugegraph-${version}.tar.gz 3.3 源码编译 下载HugeGraph源代码"><meta 
itemprop=dateModified content="2022-12-26T21:37:10+08:00"><meta 
itemprop=wordCount content="767"><meta itemprop=keywords content><meta 
name=twitter:card content="summary"><meta name=twitter:title 
content="HugeGraph-Server Quick Start"><meta name=twitter:description 
content="1 HugeGraph-Server概述 HugeGraph-Serv [...]
 
Core模块是Tinkerpop接口的实现,Backend模块用于管理数据存储,目前支持的后端包括:Memory、Cassandra、ScyllaDB以及RocksDB,API模块提供HTTP
 Server,将Client的HTTP请求转化为对Core的调用。
 
文档中会大量出现HugeGraph-Server及HugeGraphServer这两种写法,其他组件也类似。这两种写法含义上并无大的差异,可以这么区分:HugeGraph-Server表示服务端相关组件代码,HugeGraphServer表示服务进程。
 2 依赖 2.1 安装JDK-1.8 HugeGraph-Server 基于jdk-1.8开发,代码用到了较多jdk-1.8中的类和方法,请用户自行安装配置。
@@ -145,6 +145,11 @@ serializer=hbase
 # hbase backend config
 hbase.hosts=localhost
 hbase.port=2181
+# Note: recommend to modify the HBase partition number by the actual/env data 
amount &amp; RS amount before init store
+# it may influence the loading speed a lot
+#hbase.enable_partition=true
+#hbase.vertex_partitions=10
+#hbase.edge_partitions=30
 </code></pre><p>初始化数据库(仅第一次启动时需要)</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#204a87>cd</span> hugegraph-<span 
style=color:#4e9a06>${</span><span style=color:#000>version</span><span 
style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span>bin/init-store.sh
 </span></span></code></pre></div><p>启动server</p><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span 
style=display:flex><span>bin/start-hugegraph.sh
@@ -210,7 +215,7 @@ restserver.url=http://0.0.0.0:8080
 </span></span><span style=display:flex><span><span 
style=color:#000;font-weight:700>}</span>
 </span></span></code></pre></div><p>详细的API请参考<a 
href=/dcos/clients/restful-api>RESTful-API</a>文档</p><h3 id=7-停止server>7 
停止Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span><span 
style=color:#000>$bin</span>/stop-hugegraph.sh
-</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
 
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
 [...]
+</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
 
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
 [...]
 <script 
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js 
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
 crossorigin=anonymous></script>
 <script src=/js/tabpane-persist.js></script>
 <script 
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
 integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU=" 
crossorigin=anonymous></script>
diff --git a/cn/docs/quickstart/index.xml b/cn/docs/quickstart/index.xml
index 7ed86312..81aa56c7 100644
--- a/cn/docs/quickstart/index.xml
+++ b/cn/docs/quickstart/index.xml
@@ -173,6 +173,11 @@ serializer=hbase
 # hbase backend config
 hbase.hosts=localhost
 hbase.port=2181
+# Note: recommend to modify the HBase partition number by the actual/env data 
amount &amp;amp; RS amount before init store
+# it may influence the loading speed a lot
+#hbase.enable_partition=true
+#hbase.vertex_partitions=10
+#hbase.edge_partitions=30
 &lt;/code>&lt;/pre>&lt;p>初始化数据库(仅第一次启动时需要)&lt;/p>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-bash" data-lang="bash">&lt;span 
style="display:flex;">&lt;span>&lt;span style="color:#204a87">cd&lt;/span> 
hugegraph-&lt;span style="color:#4e9a06">${&lt;/span>&lt;span 
style="color:#000">version&lt;/span>&lt;span style="color:#4e9a06">}&lt;/span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>bin/init-store.sh
diff --git a/cn/sitemap.xml b/cn/sitemap.xml
index 0acb099e..ccf44151 100644
--- a/cn/sitemap.xml
+++ b/cn/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/cn/docs/guides/architectural/</loc><lastmod>2022-11-27T21:05:55+08:00</lastmod><xhtml:link
 rel="alternate" hreflang="en" href="/docs/guides/architectural/"/><xhtml:link 
rel="alternate" hreflang="cn" 
href="/cn/docs/guides/architectural/"/></url><url><loc>/cn/docs/config/config-guide/</loc><lastmod>2022-04-17T11:36:55+08:00
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/cn/docs/guides/architectural/</loc><lastmod>2022-11-27T21:05:55+08:00</lastmod><xhtml:link
 rel="alternate" hreflang="en" href="/docs/guides/architectural/"/><xhtml:link 
rel="alternate" hreflang="cn" 
href="/cn/docs/guides/architectural/"/></url><url><loc>/cn/docs/config/config-guide/</loc><lastmod>2022-04-17T11:36:55+08:00
 [...]
\ No newline at end of file
diff --git a/docs/_print/index.html b/docs/_print/index.html
index dc17f62e..b1a63b69 100644
--- a/docs/_print/index.html
+++ b/docs/_print/index.html
@@ -111,6 +111,11 @@ serializer=hbase
 # hbase backend config
 hbase.hosts=localhost
 hbase.port=2181
+# Note: recommend to modify the HBase partition number by the actual/env data 
amount &amp; RS amount before init store
+# it may influence the loading speed a lot
+#hbase.enable_partition=true
+#hbase.vertex_partitions=10
+#hbase.edge_partitions=30
 </code></pre><p>Initialize the database (required only on first 
startup)</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#204a87>cd</span> hugegraph-<span 
style=color:#4e9a06>${</span><span style=color:#000>version</span><span 
style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span>bin/init-store.sh
 </span></span></code></pre></div><p>Start server</p><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span 
style=display:flex><span>bin/start-hugegraph.sh
@@ -124,56 +129,56 @@ hbase.port=2181
 </code></pre></li><li><p>The current default configuration of HugeGraphServer 
can only be accessed locally, and the configuration can be modified so that it 
can be accessed on other machines.</p><pre tabindex=0><code>vim 
conf/rest-server.properties
 
 restserver.url=http://0.0.0.0:8080
-</code></pre></li></ol><p>response body:</p><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-json data-lang=json><span style=display:flex><span><span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>    <span 
style=color:#204a87;font-weight:700>&#34;vertices&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;2lop&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;label&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;software&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;type&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;vertex&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;properties&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;price&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;price&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#0000cf;font-weight:700>328</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>],</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;lop&#34;</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>],</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;lang&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;lang&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;java&#34;</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>]</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>},</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;1josh&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;label&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;person&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;type&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;vertex&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;properties&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;josh&#34;</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>],</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;age&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;age&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#0000cf;font-weight:700>32</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>]</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>},</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#a40000>...</span>
-</span></span><span style=display:flex><span>    <span 
style=color:#000;font-weight:700>]</span>
-</span></span><span style=display:flex><span><span 
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><p>For detailed API, please refer to<a 
href=/dcos/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
+</code></pre></li></ol><p>response body:</p><pre tabindex=0><code 
class=language-javasript data-lang=javasript>{
+    &#34;vertices&#34;: [
+        {
+            &#34;id&#34;: &#34;2lop&#34;,
+            &#34;label&#34;: &#34;software&#34;,
+            &#34;type&#34;: &#34;vertex&#34;,
+            &#34;properties&#34;: {
+                &#34;price&#34;: [
+                    {
+                        &#34;id&#34;: &#34;price&#34;,
+                        &#34;value&#34;: 328
+                    }
+                ],
+                &#34;name&#34;: [
+                    {
+                        &#34;id&#34;: &#34;name&#34;,
+                        &#34;value&#34;: &#34;lop&#34;
+                    }
+                ],
+                &#34;lang&#34;: [
+                    {
+                        &#34;id&#34;: &#34;lang&#34;,
+                        &#34;value&#34;: &#34;java&#34;
+                    }
+                ]
+            }
+        },
+        {
+            &#34;id&#34;: &#34;1josh&#34;,
+            &#34;label&#34;: &#34;person&#34;,
+            &#34;type&#34;: &#34;vertex&#34;,
+            &#34;properties&#34;: {
+                &#34;name&#34;: [
+                    {
+                        &#34;id&#34;: &#34;name&#34;,
+                        &#34;value&#34;: &#34;josh&#34;
+                    }
+                ],
+                &#34;age&#34;: [
+                    {
+                        &#34;id&#34;: &#34;age&#34;,
+                        &#34;value&#34;: 32
+                    }
+                ]
+            }
+        },
+        ...
+    ]
+}
+</code></pre><p>For detailed API, please refer to<a 
href=/dcos/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span><span 
style=color:#000>$bin</span>/stop-hugegraph.sh
 </span></span></code></pre></div></div><div class=td-content 
style=page-break-before:always><h1 id=pg-685a02f8811d86f1ce195d7c73d9ea44>3.2 - 
HugeGraph-Loader Quick Start</h1><h3 id=1-hugegraph-loader-overview>1 
HugeGraph-Loader Overview</h3><p>HugeGraph-Loader is the data import component 
of HugeGraph, which can convert data from various data sources into graph 
vertices and edges and import them into the graph database in 
batches.</p><p>Currently supported data sources include:</p><ul><l [...]
 </span></span><span style=display:flex><span>tar zxvf hugegraph-loader-<span 
style=color:#4e9a06>${</span><span style=color:#000>version</span><span 
style=color:#4e9a06>}</span>.tar.gz
diff --git a/docs/index.xml b/docs/index.xml
index 47175023..2c108229 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -1504,6 +1504,11 @@ serializer=hbase
 # hbase backend config
 hbase.hosts=localhost
 hbase.port=2181
+# Note: recommend to modify the HBase partition number by the actual/env data 
amount &amp;amp; RS amount before init store
+# it may influence the loading speed a lot
+#hbase.enable_partition=true
+#hbase.vertex_partitions=10
+#hbase.edge_partitions=30
 &lt;/code>&lt;/pre>&lt;p>Initialize the database (required only on first 
startup)&lt;/p>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-bash" data-lang="bash">&lt;span 
style="display:flex;">&lt;span>&lt;span style="color:#204a87">cd&lt;/span> 
hugegraph-&lt;span style="color:#4e9a06">${&lt;/span>&lt;span 
style="color:#000">version&lt;/span>&lt;span style="color:#4e9a06">}&lt;/span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>bin/init-store.sh
@@ -1546,56 +1551,56 @@ restserver.url=http://0.0.0.0:8080
 &lt;/code>&lt;/pre>&lt;/li>
 &lt;/ol>
 &lt;p>response body:&lt;/p>
-&lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-json" data-lang="json">&lt;span 
style="display:flex;">&lt;span>&lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;vertices&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;2lop&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;label&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;software&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;type&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;vertex&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;properties&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;price&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;price&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;value&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#0000cf;font-weight:bold">328&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">],&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;name&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;name&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;value&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;lop&amp;#34;&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">],&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;lang&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;lang&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;value&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;java&amp;#34;&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">]&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">},&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;1josh&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;label&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;person&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;type&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;vertex&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;properties&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;name&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;name&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;value&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;josh&amp;#34;&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">],&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;age&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;age&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;value&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#0000cf;font-weight:bold">32&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">]&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">},&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#a40000">...&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">]&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>For detailed API, please 
refer to&lt;a href="/dcos/clients/restful-api">RESTful-API&lt;/a>&lt;/p>
+&lt;pre tabindex="0">&lt;code class="language-javasript" 
data-lang="javasript">{
+&amp;#34;vertices&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;2lop&amp;#34;,
+&amp;#34;label&amp;#34;: &amp;#34;software&amp;#34;,
+&amp;#34;type&amp;#34;: &amp;#34;vertex&amp;#34;,
+&amp;#34;properties&amp;#34;: {
+&amp;#34;price&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;price&amp;#34;,
+&amp;#34;value&amp;#34;: 328
+}
+],
+&amp;#34;name&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;name&amp;#34;,
+&amp;#34;value&amp;#34;: &amp;#34;lop&amp;#34;
+}
+],
+&amp;#34;lang&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;lang&amp;#34;,
+&amp;#34;value&amp;#34;: &amp;#34;java&amp;#34;
+}
+]
+}
+},
+{
+&amp;#34;id&amp;#34;: &amp;#34;1josh&amp;#34;,
+&amp;#34;label&amp;#34;: &amp;#34;person&amp;#34;,
+&amp;#34;type&amp;#34;: &amp;#34;vertex&amp;#34;,
+&amp;#34;properties&amp;#34;: {
+&amp;#34;name&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;name&amp;#34;,
+&amp;#34;value&amp;#34;: &amp;#34;josh&amp;#34;
+}
+],
+&amp;#34;age&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;age&amp;#34;,
+&amp;#34;value&amp;#34;: 32
+}
+]
+}
+},
+...
+]
+}
+&lt;/code>&lt;/pre>&lt;p>For detailed API, please refer to&lt;a 
href="/dcos/clients/restful-api">RESTful-API&lt;/a>&lt;/p>
 &lt;h3 id="7-stop-server">7 Stop Server&lt;/h3>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-bash" data-lang="bash">&lt;span 
style="display:flex;">&lt;span>&lt;span style="color:#000">$cd&lt;/span> 
hugegraph-&lt;span style="color:#4e9a06">${&lt;/span>&lt;span 
style="color:#000">version&lt;/span>&lt;span style="color:#4e9a06">}&lt;/span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span 
style="color:#000">$bin&lt;/span>/stop-hugegraph.sh
diff --git a/docs/quickstart/_print/index.html 
b/docs/quickstart/_print/index.html
index 080a38b1..1aec9593 100644
--- a/docs/quickstart/_print/index.html
+++ b/docs/quickstart/_print/index.html
@@ -106,6 +106,11 @@ serializer=hbase
 # hbase backend config
 hbase.hosts=localhost
 hbase.port=2181
+# Note: recommend to modify the HBase partition number by the actual/env data 
amount &amp; RS amount before init store
+# it may influence the loading speed a lot
+#hbase.enable_partition=true
+#hbase.vertex_partitions=10
+#hbase.edge_partitions=30
 </code></pre><p>Initialize the database (required only on first 
startup)</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#204a87>cd</span> hugegraph-<span 
style=color:#4e9a06>${</span><span style=color:#000>version</span><span 
style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span>bin/init-store.sh
 </span></span></code></pre></div><p>Start server</p><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span 
style=display:flex><span>bin/start-hugegraph.sh
@@ -119,56 +124,56 @@ hbase.port=2181
 </code></pre></li><li><p>The current default configuration of HugeGraphServer 
can only be accessed locally, and the configuration can be modified so that it 
can be accessed on other machines.</p><pre tabindex=0><code>vim 
conf/rest-server.properties
 
 restserver.url=http://0.0.0.0:8080
-</code></pre></li></ol><p>response body:</p><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-json data-lang=json><span style=display:flex><span><span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>    <span 
style=color:#204a87;font-weight:700>&#34;vertices&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;2lop&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;label&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;software&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;type&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;vertex&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;properties&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;price&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;price&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#0000cf;font-weight:700>328</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>],</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;lop&#34;</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>],</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;lang&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;lang&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;java&#34;</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>]</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>},</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;1josh&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;label&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;person&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;type&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;vertex&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;properties&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;josh&#34;</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>],</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;age&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;age&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#0000cf;font-weight:700>32</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>]</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>},</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#a40000>...</span>
-</span></span><span style=display:flex><span>    <span 
style=color:#000;font-weight:700>]</span>
-</span></span><span style=display:flex><span><span 
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><p>For detailed API, please refer to<a 
href=/dcos/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
+</code></pre></li></ol><p>response body:</p><pre tabindex=0><code 
class=language-javasript data-lang=javasript>{
+    &#34;vertices&#34;: [
+        {
+            &#34;id&#34;: &#34;2lop&#34;,
+            &#34;label&#34;: &#34;software&#34;,
+            &#34;type&#34;: &#34;vertex&#34;,
+            &#34;properties&#34;: {
+                &#34;price&#34;: [
+                    {
+                        &#34;id&#34;: &#34;price&#34;,
+                        &#34;value&#34;: 328
+                    }
+                ],
+                &#34;name&#34;: [
+                    {
+                        &#34;id&#34;: &#34;name&#34;,
+                        &#34;value&#34;: &#34;lop&#34;
+                    }
+                ],
+                &#34;lang&#34;: [
+                    {
+                        &#34;id&#34;: &#34;lang&#34;,
+                        &#34;value&#34;: &#34;java&#34;
+                    }
+                ]
+            }
+        },
+        {
+            &#34;id&#34;: &#34;1josh&#34;,
+            &#34;label&#34;: &#34;person&#34;,
+            &#34;type&#34;: &#34;vertex&#34;,
+            &#34;properties&#34;: {
+                &#34;name&#34;: [
+                    {
+                        &#34;id&#34;: &#34;name&#34;,
+                        &#34;value&#34;: &#34;josh&#34;
+                    }
+                ],
+                &#34;age&#34;: [
+                    {
+                        &#34;id&#34;: &#34;age&#34;,
+                        &#34;value&#34;: 32
+                    }
+                ]
+            }
+        },
+        ...
+    ]
+}
+</code></pre><p>For detailed API, please refer to<a 
href=/dcos/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span><span 
style=color:#000>$bin</span>/stop-hugegraph.sh
 </span></span></code></pre></div></div><div class=td-content 
style=page-break-before:always><h1 id=pg-685a02f8811d86f1ce195d7c73d9ea44>2 - 
HugeGraph-Loader Quick Start</h1><h3 id=1-hugegraph-loader-overview>1 
HugeGraph-Loader Overview</h3><p>HugeGraph-Loader is the data import component 
of HugeGraph, which can convert data from various data sources into graph 
vertices and edges and import them into the graph database in 
batches.</p><p>Currently supported data sources include:</p><ul><li> [...]
 </span></span><span style=display:flex><span>tar zxvf hugegraph-loader-<span 
style=color:#4e9a06>${</span><span style=color:#000>version</span><span 
style=color:#4e9a06>}</span>.tar.gz
diff --git a/docs/quickstart/hugegraph-server/index.html 
b/docs/quickstart/hugegraph-server/index.html
index b86df116..0358d6c2 100644
--- a/docs/quickstart/hugegraph-server/index.html
+++ b/docs/quickstart/hugegraph-server/index.html
@@ -2,9 +2,9 @@
 HugeGraph-Server is the core part of the HugeGraph Project, contains 
submodules such as Core、Backend、API.
 The Core Module …"><meta property="og:title" content="HugeGraph-Server Quick 
Start"><meta property="og:description" content="1 HugeGraph-Server Overview 
HugeGraph-Server is the core part of the HugeGraph Project, contains submodules 
such as Core、Backend、API.
 The Core Module is an implementation of the Tinkerpop interface; The Backend 
module is used to save the graph data to the data store, currently supported 
backends include:Memory、Cassandra、ScyllaDB、RocksDB; The API Module provides 
HTTP Server, which converts Client&rsquo;s HTTP request into a call to Core 
Module.
-There will be two spellings HugeGraph-Server and HugeGraphServer in the 
document, and other modules are similar."><meta property="og:type" 
content="article"><meta property="og:url" 
content="/docs/quickstart/hugegraph-server/"><meta property="article:section" 
content="docs"><meta property="article:modified_time" 
content="2022-09-15T12:59:59+08:00"><meta property="og:site_name" 
content="HugeGraph"><meta itemprop=name content="HugeGraph-Server Quick 
Start"><meta itemprop=description content [...]
+There will be two spellings HugeGraph-Server and HugeGraphServer in the 
document, and other modules are similar."><meta property="og:type" 
content="article"><meta property="og:url" 
content="/docs/quickstart/hugegraph-server/"><meta property="article:section" 
content="docs"><meta property="article:modified_time" 
content="2022-12-26T21:37:10+08:00"><meta property="og:site_name" 
content="HugeGraph"><meta itemprop=name content="HugeGraph-Server Quick 
Start"><meta itemprop=description content [...]
 The Core Module is an implementation of the Tinkerpop interface; The Backend 
module is used to save the graph data to the data store, currently supported 
backends include:Memory、Cassandra、ScyllaDB、RocksDB; The API Module provides 
HTTP Server, which converts Client&rsquo;s HTTP request into a call to Core 
Module.
-There will be two spellings HugeGraph-Server and HugeGraphServer in the 
document, and other modules are similar."><meta itemprop=dateModified 
content="2022-09-15T12:59:59+08:00"><meta itemprop=wordCount 
content="1623"><meta itemprop=keywords content><meta name=twitter:card 
content="summary"><meta name=twitter:title content="HugeGraph-Server Quick 
Start"><meta name=twitter:description content="1 HugeGraph-Server Overview 
HugeGraph-Server is the core part of the HugeGraph Project, contains [...]
+There will be two spellings HugeGraph-Server and HugeGraphServer in the 
document, and other modules are similar."><meta itemprop=dateModified 
content="2022-12-26T21:37:10+08:00"><meta itemprop=wordCount 
content="1655"><meta itemprop=keywords content><meta name=twitter:card 
content="summary"><meta name=twitter:title content="HugeGraph-Server Quick 
Start"><meta name=twitter:description content="1 HugeGraph-Server Overview 
HugeGraph-Server is the core part of the HugeGraph Project, contains [...]
 The Core Module is an implementation of the Tinkerpop interface; The Backend 
module is used to save the graph data to the data store, currently supported 
backends include:Memory、Cassandra、ScyllaDB、RocksDB; The API Module provides 
HTTP Server, which converts Client&rsquo;s HTTP request into a call to Core 
Module.
 There will be two spellings HugeGraph-Server and HugeGraphServer in the 
document, and other modules are similar."><link rel=preload 
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
 as=style><link 
href=/scss/main.min.3bdb596b76fcb366af48203b8a7820669f5437dd9ec431ee2c8b18063301106e.css
 rel=stylesheet integrity><script 
src=https://code.jquery.com/jquery-3.5.1.min.js 
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" 
crossorigin=anonymous> [...]
 <link rel=stylesheet href=/css/prism.css><script 
type=application/javascript>var 
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
 
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script 
async src=https://www.google-analytics.com/analytics.js></script></head><body 
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand 
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/><sp 
[...]
@@ -118,6 +118,11 @@ serializer=hbase
 # hbase backend config
 hbase.hosts=localhost
 hbase.port=2181
+# Note: recommend to modify the HBase partition number by the actual/env data 
amount &amp; RS amount before init store
+# it may influence the loading speed a lot
+#hbase.enable_partition=true
+#hbase.vertex_partitions=10
+#hbase.edge_partitions=30
 </code></pre><p>Initialize the database (required only on first 
startup)</p><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#204a87>cd</span> hugegraph-<span 
style=color:#4e9a06>${</span><span style=color:#000>version</span><span 
style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span>bin/init-store.sh
 </span></span></code></pre></div><p>Start server</p><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span 
style=display:flex><span>bin/start-hugegraph.sh
@@ -131,58 +136,58 @@ hbase.port=2181
 </code></pre></li><li><p>The current default configuration of HugeGraphServer 
can only be accessed locally, and the configuration can be modified so that it 
can be accessed on other machines.</p><pre tabindex=0><code>vim 
conf/rest-server.properties
 
 restserver.url=http://0.0.0.0:8080
-</code></pre></li></ol><p>response body:</p><div class=highlight><pre 
tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-json data-lang=json><span style=display:flex><span><span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>    <span 
style=color:#204a87;font-weight:700>&#34;vertices&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;2lop&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;label&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;software&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;type&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;vertex&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;properties&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;price&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;price&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#0000cf;font-weight:700>328</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>],</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;lop&#34;</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>],</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;lang&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;lang&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;java&#34;</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>]</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>},</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;1josh&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;label&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;person&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;type&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;vertex&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#204a87;font-weight:700>&#34;properties&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;name&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;josh&#34;</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>],</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#204a87;font-weight:700>&#34;age&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#000;font-weight:700>[</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>{</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;id&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#4e9a06>&#34;age&#34;</span><span 
style=color:#000;font-weight:700>,</span>
-</span></span><span style=display:flex><span>                        <span 
style=color:#204a87;font-weight:700>&#34;value&#34;</span><span 
style=color:#000;font-weight:700>:</span> <span 
style=color:#0000cf;font-weight:700>32</span>
-</span></span><span style=display:flex><span>                    <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>                <span 
style=color:#000;font-weight:700>]</span>
-</span></span><span style=display:flex><span>            <span 
style=color:#000;font-weight:700>}</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#000;font-weight:700>},</span>
-</span></span><span style=display:flex><span>        <span 
style=color:#a40000>...</span>
-</span></span><span style=display:flex><span>    <span 
style=color:#000;font-weight:700>]</span>
-</span></span><span style=display:flex><span><span 
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><p>For detailed API, please refer to<a 
href=/dcos/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
+</code></pre></li></ol><p>response body:</p><pre tabindex=0><code 
class=language-javasript data-lang=javasript>{
+    &#34;vertices&#34;: [
+        {
+            &#34;id&#34;: &#34;2lop&#34;,
+            &#34;label&#34;: &#34;software&#34;,
+            &#34;type&#34;: &#34;vertex&#34;,
+            &#34;properties&#34;: {
+                &#34;price&#34;: [
+                    {
+                        &#34;id&#34;: &#34;price&#34;,
+                        &#34;value&#34;: 328
+                    }
+                ],
+                &#34;name&#34;: [
+                    {
+                        &#34;id&#34;: &#34;name&#34;,
+                        &#34;value&#34;: &#34;lop&#34;
+                    }
+                ],
+                &#34;lang&#34;: [
+                    {
+                        &#34;id&#34;: &#34;lang&#34;,
+                        &#34;value&#34;: &#34;java&#34;
+                    }
+                ]
+            }
+        },
+        {
+            &#34;id&#34;: &#34;1josh&#34;,
+            &#34;label&#34;: &#34;person&#34;,
+            &#34;type&#34;: &#34;vertex&#34;,
+            &#34;properties&#34;: {
+                &#34;name&#34;: [
+                    {
+                        &#34;id&#34;: &#34;name&#34;,
+                        &#34;value&#34;: &#34;josh&#34;
+                    }
+                ],
+                &#34;age&#34;: [
+                    {
+                        &#34;id&#34;: &#34;age&#34;,
+                        &#34;value&#34;: 32
+                    }
+                ]
+            }
+        },
+        ...
+    ]
+}
+</code></pre><p>For detailed API, please refer to<a 
href=/dcos/clients/restful-api>RESTful-API</a></p><h3 id=7-stop-server>7 Stop 
Server</h3><div class=highlight><pre tabindex=0 
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code 
class=language-bash data-lang=bash><span style=display:flex><span><span 
style=color:#000>$cd</span> hugegraph-<span style=color:#4e9a06>${</span><span 
style=color:#000>version</span><span style=color:#4e9a06>}</span>
 </span></span><span style=display:flex><span><span 
style=color:#000>$bin</span>/stop-hugegraph.sh
-</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
 
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
 [...]
+</span></span></code></pre></div><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
 
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(".feedback--answer-no"),yesResponse=document.querySelector(".feedback--response-yes"),noResponse=document.querySelector(".feedback--response-no"),disableButtons=()=>{yesButt
 [...]
 <script 
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js 
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
 crossorigin=anonymous></script>
 <script src=/js/tabpane-persist.js></script>
 <script 
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
 integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU=" 
crossorigin=anonymous></script>
diff --git a/docs/quickstart/index.xml b/docs/quickstart/index.xml
index 7be3d414..2282ce4c 100644
--- a/docs/quickstart/index.xml
+++ b/docs/quickstart/index.xml
@@ -173,6 +173,11 @@ serializer=hbase
 # hbase backend config
 hbase.hosts=localhost
 hbase.port=2181
+# Note: recommend to modify the HBase partition number by the actual/env data 
amount &amp;amp; RS amount before init store
+# it may influence the loading speed a lot
+#hbase.enable_partition=true
+#hbase.vertex_partitions=10
+#hbase.edge_partitions=30
 &lt;/code>&lt;/pre>&lt;p>Initialize the database (required only on first 
startup)&lt;/p>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-bash" data-lang="bash">&lt;span 
style="display:flex;">&lt;span>&lt;span style="color:#204a87">cd&lt;/span> 
hugegraph-&lt;span style="color:#4e9a06">${&lt;/span>&lt;span 
style="color:#000">version&lt;/span>&lt;span style="color:#4e9a06">}&lt;/span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>bin/init-store.sh
@@ -215,56 +220,56 @@ restserver.url=http://0.0.0.0:8080
 &lt;/code>&lt;/pre>&lt;/li>
 &lt;/ol>
 &lt;p>response body:&lt;/p>
-&lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-json" data-lang="json">&lt;span 
style="display:flex;">&lt;span>&lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;vertices&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;2lop&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;label&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;software&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;type&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;vertex&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;properties&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;price&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;price&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;value&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#0000cf;font-weight:bold">328&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">],&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;name&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;name&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;value&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;lop&amp;#34;&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">],&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;lang&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;lang&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;value&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;java&amp;#34;&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">]&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">},&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;1josh&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;label&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;person&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;type&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;vertex&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;properties&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;name&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;name&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;value&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;josh&amp;#34;&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">],&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;age&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#000;font-weight:bold">[&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">{&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;id&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#4e9a06">&amp;#34;age&amp;#34;&lt;/span>&lt;span 
style="color:#000;font-weight:bold">,&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#204a87;font-weight:bold">&amp;#34;value&amp;#34;&lt;/span>&lt;span
 style="color:#000;font-weight:bold">:&lt;/span> &lt;span 
style="color:#0000cf;font-weight:bold">32&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">]&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">},&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#a40000">...&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span 
style="color:#000;font-weight:bold">]&lt;/span>
-&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span 
style="color:#000;font-weight:bold">}&lt;/span>
-&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>For detailed API, please 
refer to&lt;a href="/dcos/clients/restful-api">RESTful-API&lt;/a>&lt;/p>
+&lt;pre tabindex="0">&lt;code class="language-javasript" 
data-lang="javasript">{
+&amp;#34;vertices&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;2lop&amp;#34;,
+&amp;#34;label&amp;#34;: &amp;#34;software&amp;#34;,
+&amp;#34;type&amp;#34;: &amp;#34;vertex&amp;#34;,
+&amp;#34;properties&amp;#34;: {
+&amp;#34;price&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;price&amp;#34;,
+&amp;#34;value&amp;#34;: 328
+}
+],
+&amp;#34;name&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;name&amp;#34;,
+&amp;#34;value&amp;#34;: &amp;#34;lop&amp;#34;
+}
+],
+&amp;#34;lang&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;lang&amp;#34;,
+&amp;#34;value&amp;#34;: &amp;#34;java&amp;#34;
+}
+]
+}
+},
+{
+&amp;#34;id&amp;#34;: &amp;#34;1josh&amp;#34;,
+&amp;#34;label&amp;#34;: &amp;#34;person&amp;#34;,
+&amp;#34;type&amp;#34;: &amp;#34;vertex&amp;#34;,
+&amp;#34;properties&amp;#34;: {
+&amp;#34;name&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;name&amp;#34;,
+&amp;#34;value&amp;#34;: &amp;#34;josh&amp;#34;
+}
+],
+&amp;#34;age&amp;#34;: [
+{
+&amp;#34;id&amp;#34;: &amp;#34;age&amp;#34;,
+&amp;#34;value&amp;#34;: 32
+}
+]
+}
+},
+...
+]
+}
+&lt;/code>&lt;/pre>&lt;p>For detailed API, please refer to&lt;a 
href="/dcos/clients/restful-api">RESTful-API&lt;/a>&lt;/p>
 &lt;h3 id="7-stop-server">7 Stop Server&lt;/h3>
 &lt;div class="highlight">&lt;pre tabindex="0" 
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code
 class="language-bash" data-lang="bash">&lt;span 
style="display:flex;">&lt;span>&lt;span style="color:#000">$cd&lt;/span> 
hugegraph-&lt;span style="color:#4e9a06">${&lt;/span>&lt;span 
style="color:#000">version&lt;/span>&lt;span style="color:#4e9a06">}&lt;/span>
 &lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span 
style="color:#000">$bin&lt;/span>/stop-hugegraph.sh
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 18e6e45b..cf1439c9 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/docs/guides/architectural/</loc><lastmod>2022-11-27T21:05:55+08:00</lastmod><xhtml:link
 rel="alternate" hreflang="cn" 
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate" 
hreflang="en" 
href="/docs/guides/architectural/"/></url><url><loc>/docs/config/config-guide/</loc><lastmod>2022-04-17T11:36:55+08:00</last
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/docs/guides/architectural/</loc><lastmod>2022-11-27T21:05:55+08:00</lastmod><xhtml:link
 rel="alternate" hreflang="cn" 
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate" 
hreflang="en" 
href="/docs/guides/architectural/"/></url><url><loc>/docs/config/config-guide/</loc><lastmod>2022-04-17T11:36:55+08:00</last
 [...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 0ecd7913..bd56db7d 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>/en/sitemap.xml</loc><lastmod>2022-11-28T10:57:39+08:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2022-11-28T10:57:39+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>/en/sitemap.xml</loc><lastmod>2022-12-26T21:37:10+08:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2022-12-26T21:37:10+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file


Reply via email to