You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by gi...@apache.org on 2023/05/18 05:36:05 UTC

[incubator-hugegraph-doc] branch asf-site updated: Update hugegraph-loader-performance.md (#235)

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 4693d4c1 Update hugegraph-loader-performance.md (#235)
4693d4c1 is described below

commit 4693d4c1b643bae752eabfc8a91fac02a31da3ce
Author: imbajin <im...@users.noreply.github.com>
AuthorDate: Thu May 18 05:36:00 2023 +0000

    Update hugegraph-loader-performance.md (#235)
    
    Completed conversion to English. b228b7face1b87921a6700002f1ae8ba8b519514
---
 docs/_print/index.html                             |  2 +-
 docs/index.xml                                     | 18 +++++++--------
 docs/performance/_print/index.html                 |  2 +-
 .../hugegraph-loader-performance/index.html        | 26 ++++++++--------------
 docs/performance/index.xml                         | 18 +++++++--------
 en/sitemap.xml                                     |  2 +-
 sitemap.xml                                        |  2 +-
 7 files changed, 31 insertions(+), 39 deletions(-)

diff --git a/docs/_print/index.html b/docs/_print/index.html
index b5f52f4d..a6c6a0f3 100644
--- a/docs/_print/index.html
+++ b/docs/_print/index.html
@@ -6586,7 +6586,7 @@ Merging mode as needed, and when the Restore is completed, restore the graph mod
 </span></span></span><span style=display:flex><span><span style=color:#8f5902;font-style:italic></span><span style=color:#000>g</span><span style=color:#ce5c00;font-weight:700>.</span><span style=color:#c4a000>V</span><span style=color:#ce5c00;font-weight:700>(</span><span style=color:#000>pluto</span><span style=color:#ce5c00;font-weight:700>).</span><span style=color:#c4a000>out</span><span style=color:#ce5c00;font-weight:700>(</span><span style=color:#4e9a06>&#39;brother&#39;</span><s [...]
 </span></span></code></pre></div><p>推荐使用<a href=/docs/quickstart/hugegraph-studio>HugeGraph-Studio</a> 通过可视化的方式来执行上述代码。另外也可以通过HugeGraph-Client、HugeApi、GremlinConsole和GremlinDriver等多种方式执行上述代码。</p><h4 id=32-总结>3.2 总结</h4><p>HugeGraph 目前支持 <code>Gremlin</code> 的语法,用户可以通过 <code>Gremlin / REST-API</code> 实现各种查询需求。</p></div><div class=td-content style=page-break-before:always><h1 id=pg-f0a22a813c843322c0d360d952e434ce>8 - PERFORMANCE</h1></div><div class=td-content><h1 id=pg-63f6d63db3ee3a5270 [...]
 </span></span><span style=display:flex><span>  batch_size_fail_threshold_in_kb: 1000
-</span></span></code></pre></div><ul><li>HugeGraphServer, HugeGremlinServer, and Cassandra are all started on the same machine. Configuration files for the servers are modified only for the host and port settings.</li></ul><h4 id=13-glossary>1.3 Glossary</h4><ul><li>Samples &ndash; The total number of threads completed in this scenario.</li><li>Average &ndash; The average response time.</li><li>Median &ndash; The statistical median of response times.</li><li>90% Line &ndash; The response [...]
+</span></span></code></pre></div><ul><li>HugeGraphServer, HugeGremlinServer, and Cassandra are all started on the same machine. Configuration files for the servers are modified only for the host and port settings.</li></ul><h4 id=13-glossary>1.3 Glossary</h4><ul><li>Samples &ndash; The total number of threads completed in this scenario.</li><li>Average &ndash; The average response time.</li><li>Median &ndash; The statistical median of response times.</li><li>90% Line &ndash; The response [...]
 </span></span><span style=display:flex><span>git clone https://github.com/<span style=color:#4e9a06>${</span><span style=color:#000>GITHUB_USER_NAME</span><span style=color:#4e9a06>}</span>/hugegraph
 </span></span></code></pre></div></li><li><p>Configure local HugeGraph repo</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-shell data-lang=shell><span style=display:flex><span><span style=color:#204a87>cd</span> hugegraph
 </span></span><span style=display:flex><span>
diff --git a/docs/index.xml b/docs/index.xml
index 91915db8..f1870aae 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -6827,20 +6827,20 @@ items defined above inside it. The interface &lt;code>com.baidu.hugegraph.plugin
 &lt;h4 id="5-make-jar-package">5. Make Jar package&lt;/h4>
 &lt;p>Through maven packaging, execute the command in the project directory mvn package, and a Jar package file will be generated in the
 target directory. Copy the Jar package to the &lt;code>plugins&lt;/code> directory when using it, and restart the service to take effect.&lt;/p></description></item><item><title>Docs: HugeGraph-Loader Performance</title><link>/docs/performance/hugegraph-loader-performance/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/performance/hugegraph-loader-performance/</guid><description>
-&lt;h2 id="使用场景">使用场景&lt;/h2>
-&lt;p>当要批量插入的图数据(包括顶点和边)条数为billion级别及以下,或者总数据量小于TB时,可以采用&lt;a href="/docs/quickstart/hugegraph-loader">HugeGraph-Loader&lt;/a>工具持续、高速导入图数据&lt;/p>
-&lt;h2 id="性能">性能&lt;/h2>
+&lt;h2 id="use-cases">Use Cases&lt;/h2>
+&lt;p>When the number of graph data to be batch inserted (including vertices and edges) is at the billion level or below, or the total data size is less than TB, the &lt;a href="/docs/quickstart/hugegraph-loader">HugeGraph-Loader&lt;/a> tool can be used to continuously and quickly import graph data.&lt;/p>
+&lt;h2 id="performance">Performance&lt;/h2>
 &lt;blockquote>
-&lt;p>测试均采用网址数据的边数据&lt;/p>
+&lt;p>The test uses the edge data of website.&lt;/p>
 &lt;/blockquote>
-&lt;h3 id="rocksdb单机性能">RocksDB单机性能&lt;/h3>
+&lt;h3 id="rocksdb-single-machine-performance">RocksDB single-machine performance&lt;/h3>
 &lt;ul>
-&lt;li>关闭label index,22.8w edges/s&lt;/li>
-&lt;li>开启label index,15.3w edges/s&lt;/li>
+&lt;li>When label index is turned off, 228k edges/s.&lt;/li>
+&lt;li>When label index is turned on, 153k edges/s.&lt;/li>
 &lt;/ul>
-&lt;h3 id="cassandra集群性能">Cassandra集群性能&lt;/h3>
+&lt;h3 id="cassandra-cluster-performance">Cassandra cluster performance&lt;/h3>
 &lt;ul>
-&lt;li>默认开启label index,6.3w edges/s&lt;/li>
+&lt;li>When label index is turned on by default, 63k edges/s.&lt;/li>
 &lt;/ul></description></item><item><title>Docs: HugeGraph-Tools Quick Start</title><link>/docs/quickstart/hugegraph-tools/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/quickstart/hugegraph-tools/</guid><description>
 &lt;h3 id="1-hugegraph-tools-overview">1 HugeGraph-Tools Overview&lt;/h3>
 &lt;p>HugeGraph-Tools is an automated deployment, management and backup/restore component of HugeGraph.&lt;/p>
diff --git a/docs/performance/_print/index.html b/docs/performance/_print/index.html
index 43bfafe4..907432d6 100644
--- a/docs/performance/_print/index.html
+++ b/docs/performance/_print/index.html
@@ -2,7 +2,7 @@
 <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-section><header><nav class="js-navbar-scroll navbar navbar-expand navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/> [...]
 <a href=# onclick="return print(),!1">Click here to print</a>.</p><p><a href=/docs/performance/>Return to the regular view of this page</a>.</p></div><h1 class=title>PERFORMANCE</h1><ul><li>1: <a href=#pg-63f6d63db3ee3a5270fc1ca0a0c0e181>HugeGraph BenchMark Performance</a></li><li>2: <a href=#pg-699ebe5daed825049424b7539aad30f9>HugeGraph-API Performance</a></li><ul><li>2.1: <a href=#pg-dbfafc29a5e930415f78f72c47ee67f2>v0.5.6 Stand-alone(RocksDB)</a></li><li>2.2: <a href=#pg-fd5b165e28a07 [...]
 </span></span><span style=display:flex><span>  batch_size_fail_threshold_in_kb: 1000
-</span></span></code></pre></div><ul><li>HugeGraphServer, HugeGremlinServer, and Cassandra are all started on the same machine. Configuration files for the servers are modified only for the host and port settings.</li></ul><h4 id=13-glossary>1.3 Glossary</h4><ul><li>Samples &ndash; The total number of threads completed in this scenario.</li><li>Average &ndash; The average response time.</li><li>Median &ndash; The statistical median of response times.</li><li>90% Line &ndash; The response [...]
+</span></span></code></pre></div><ul><li>HugeGraphServer, HugeGremlinServer, and Cassandra are all started on the same machine. Configuration files for the servers are modified only for the host and port settings.</li></ul><h4 id=13-glossary>1.3 Glossary</h4><ul><li>Samples &ndash; The total number of threads completed in this scenario.</li><li>Average &ndash; The average response time.</li><li>Median &ndash; The statistical median of response times.</li><li>90% Line &ndash; The response [...]
 <script src=https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/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/performance/hugegraph-loader-performance/index.html b/docs/performance/hugegraph-loader-performance/index.html
index d85a6108..0c2b058b 100644
--- a/docs/performance/hugegraph-loader-performance/index.html
+++ b/docs/performance/hugegraph-loader-performance/index.html
@@ -1,25 +1,17 @@
-<!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=generator content="Hugo 0.102.3"><meta name=robots content="index, follow"><link rel="shortcut icon" href=/favicons/favicon.ico><link rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png sizes=16x16><link rel=icon type=image/png href=/favicons [...]
-当要批量插入的图数据(包括顶点和边)条数为billion级别及以下,或者总数据量小于TB时,可以采用HugeGraph-Loader工具持续、高速导入图数据
-性能
-
-测试均采用网址数据的边数据
-
-RocksDB单机性能
-
-关闭label index,22.8w edges/s
-开 …"><meta property="og:title" content="HugeGraph-Loader Performance"><meta property="og:description" content="使用场景 当要批量插入的图数据(包括顶点和边)条数为billion级别及以下,或者总数据量小于TB时,可以采用HugeGraph-Loader工具持续、高速导入图数据
-性能 测试均采用网址数据的边数据
-RocksDB单机性能 关闭label index,22.8w edges/s 开启label index,15.3w edges/s Cassandra集群性能 默认开启label index,6.3w edges/s "><meta property="og:type" content="article"><meta property="og:url" content="/docs/performance/hugegraph-loader-performance/"><meta property="article:section" content="docs"><meta property="article:modified_time" content="2022-04-17T11:36:55+08:00"><meta property="og:site_name" content="HugeGraph"><meta itemprop=name content="HugeGraph-Loader Performance"><meta itemprop=descrip [...]
-性能 测试均采用网址数据的边数据
-RocksDB单机性能 关闭label index,22.8w edges/s 开启label index,15.3w edges/s Cassandra集群性能 默认开启label index,6.3w edges/s "><meta itemprop=dateModified content="2022-04-17T11:36:55+08:00"><meta itemprop=wordCount content="15"><meta itemprop=keywords content><meta name=twitter:card content="summary"><meta name=twitter:title content="HugeGraph-Loader Performance"><meta name=twitter:description content="使用场景 当要批量插入的图数据(包括顶点和边)条数为billion级别及以下,或者总数据量小于TB时,可以采用HugeGraph-Loader工具持续、高速导入图数据
-性能 测试均采用网址数据的边数据
-RocksDB单机性能 关闭label index,22.8w edges/s 开启label index,15.3w edges/s Cassandra集群性能 默认开启label index,6.3w edges/s "><link rel=preload href=/scss/main.min.ad1b0560bef9c54394313a5bc50d3313d4e56ea590ddc5cfb84a077dfc6fec5e.css as=style><link href=/scss/main.min.ad1b0560bef9c54394313a5bc50d3313d4e56ea590ddc5cfb84a077dfc6fec5e.css rel=stylesheet integrity><script src=https://code.jquery.com/jquery-3.5.1.min.js integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin=anonymous>< [...]
+<!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=generator content="Hugo 0.102.3"><meta name=robots content="index, follow"><link rel="shortcut icon" href=/favicons/favicon.ico><link rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png sizes=16x16><link rel=icon type=image/png href=/favicons [...]
+When the number of graph data to be batch inserted (including vertices and edges) is at the billion level or below, or the total data size …"><meta property="og:title" content="HugeGraph-Loader Performance"><meta property="og:description" content="Use Cases When the number of graph data to be batch inserted (including vertices and edges) is at the billion level or below, or the total data size is less than TB, the HugeGraph-Loader tool can be used to continuously and quickly import graph data.
+Performance The test uses the edge data of website.
+RocksDB single-machine performance When label index is turned off, 228k edges/s. When label index is turned on, 153k edges/s."><meta property="og:type" content="article"><meta property="og:url" content="/docs/performance/hugegraph-loader-performance/"><meta property="article:section" content="docs"><meta property="article:modified_time" content="2023-05-18T00:34:48-05:00"><meta property="og:site_name" content="HugeGraph"><meta itemprop=name content="HugeGraph-Loader Performance"><meta it [...]
+Performance The test uses the edge data of website.
+RocksDB single-machine performance When label index is turned off, 228k edges/s. When label index is turned on, 153k edges/s."><meta itemprop=dateModified content="2023-05-18T00:34:48-05:00"><meta itemprop=wordCount content="86"><meta itemprop=keywords content><meta name=twitter:card content="summary"><meta name=twitter:title content="HugeGraph-Loader Performance"><meta name=twitter:description content="Use Cases When the number of graph data to be batch inserted (including vertices and  [...]
+Performance The test uses the edge data of website.
+RocksDB single-machine performance When label index is turned off, 228k edges/s. When label index is turned on, 153k edges/s."><link rel=preload href=/scss/main.min.ad1b0560bef9c54394313a5bc50d3313d4e56ea590ddc5cfb84a077dfc6fec5e.css as=style><link href=/scss/main.min.ad1b0560bef9c54394313a5bc50d3313d4e56ea590ddc5cfb84a077dfc6fec5e.css rel=stylesheet integrity><script src=https://code.jquery.com/jquery-3.5.1.min.js integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorig [...]
 <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 [...]
 <a href=https://github.com/apache/incubator-hugegraph-doc/edit/master/content/en/docs/performance/hugegraph-loader-performance.md class=td-page-meta--edit target=_blank rel=noopener><i class="fa fa-edit fa-fw"></i> Edit this page</a>
 <a href="https://github.com/apache/incubator-hugegraph-doc/new/master/content/en/docs/performance/hugegraph-loader-performance.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the [...]
 <a href="https://github.com/apache/incubator-hugegraph-doc/issues/new?title=HugeGraph-Loader%20Performance" class=td-page-meta--issue target=_blank rel=noopener><i class="fab fa-github fa-fw"></i> Create documentation issue</a>
 <a href=https://github.com/apache/incubator-hugegraph/issues/new class=td-page-meta--project-issue target=_blank rel=noopener><i class="fas fa-tasks fa-fw"></i> Create project issue</a>
-<a id=print href=/docs/performance/_print/><i class="fa fa-print fa-fw"></i> Print entire section</a></div><div class=td-toc><nav id=TableOfContents><ul><li><a href=#使用场景>使用场景</a></li><li><a href=#性能>性能</a><ul><li><a href=#rocksdb单机性能>RocksDB单机性能</a></li><li><a href=#cassandra集群性能>Cassandra集群性能</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9 col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item>< [...]
+<a id=print href=/docs/performance/_print/><i class="fa fa-print fa-fw"></i> Print entire section</a></div><div class=td-toc><nav id=TableOfContents><ul><li><a href=#use-cases>Use Cases</a></li><li><a href=#performance>Performance</a><ul><li><a href=#rocksdb-single-machine-performance>RocksDB single-machine performance</a></li><li><a href=#cassandra-cluster-performance>Cassandra cluster performance</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9 col-xl-8 pl-md-5"  [...]
 <script src=https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/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/performance/index.xml b/docs/performance/index.xml
index 4ba887f9..860b6c6d 100644
--- a/docs/performance/index.xml
+++ b/docs/performance/index.xml
@@ -499,20 +499,20 @@
 &lt;blockquote>
 &lt;p>Starting from version 0.5.6, in addition to providing performance tests for the API with the best performance among the backend types supported by HugeGraph, performance tests for both single machine and cluster environments are now available.&lt;/p>
 &lt;/blockquote></description></item><item><title>Docs: HugeGraph-Loader Performance</title><link>/docs/performance/hugegraph-loader-performance/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/performance/hugegraph-loader-performance/</guid><description>
-&lt;h2 id="使用场景">使用场景&lt;/h2>
-&lt;p>当要批量插入的图数据(包括顶点和边)条数为billion级别及以下,或者总数据量小于TB时,可以采用&lt;a href="/docs/quickstart/hugegraph-loader">HugeGraph-Loader&lt;/a>工具持续、高速导入图数据&lt;/p>
-&lt;h2 id="性能">性能&lt;/h2>
+&lt;h2 id="use-cases">Use Cases&lt;/h2>
+&lt;p>When the number of graph data to be batch inserted (including vertices and edges) is at the billion level or below, or the total data size is less than TB, the &lt;a href="/docs/quickstart/hugegraph-loader">HugeGraph-Loader&lt;/a> tool can be used to continuously and quickly import graph data.&lt;/p>
+&lt;h2 id="performance">Performance&lt;/h2>
 &lt;blockquote>
-&lt;p>测试均采用网址数据的边数据&lt;/p>
+&lt;p>The test uses the edge data of website.&lt;/p>
 &lt;/blockquote>
-&lt;h3 id="rocksdb单机性能">RocksDB单机性能&lt;/h3>
+&lt;h3 id="rocksdb-single-machine-performance">RocksDB single-machine performance&lt;/h3>
 &lt;ul>
-&lt;li>关闭label index,22.8w edges/s&lt;/li>
-&lt;li>开启label index,15.3w edges/s&lt;/li>
+&lt;li>When label index is turned off, 228k edges/s.&lt;/li>
+&lt;li>When label index is turned on, 153k edges/s.&lt;/li>
 &lt;/ul>
-&lt;h3 id="cassandra集群性能">Cassandra集群性能&lt;/h3>
+&lt;h3 id="cassandra-cluster-performance">Cassandra cluster performance&lt;/h3>
 &lt;ul>
-&lt;li>默认开启label index,6.3w edges/s&lt;/li>
+&lt;li>When label index is turned on by default, 63k edges/s.&lt;/li>
 &lt;/ul></description></item><item><title>Docs:</title><link>/docs/performance/hugegraph-benchmark-0.4.4/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/performance/hugegraph-benchmark-0.4.4/</guid><description>
 &lt;h3 id="1-测试环境">1 测试环境&lt;/h3>
 &lt;h4 id="11-硬件信息">1.1 硬件信息&lt;/h4>
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 7bba54aa..717a0e37 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>2023-05-12T23:46:05-05: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>2023-05-10T12:08:15+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>2023-05-12T23:46:05-05: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>2023-05-10T12:08:15+08:00</last [...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 4f2fabd6..2a241f8b 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>2023-05-18T00:34:40-05:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-05-18T11:09:55+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>2023-05-18T00:34:48-05:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-05-18T11:09:55+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file