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 <[email protected]>
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>'brother'</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 – The total number of
threads completed in this scenario.</li><li>Average – The average
response time.</li><li>Median – The statistical median of response
times.</li><li>90% Line – 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 – The total number of
threads completed in this scenario.</li><li>Average – The average
response time.</li><li>Median – The statistical median of response
times.</li><li>90% Line – 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
<code>com.baidu.hugegraph.plugin
<h4 id="5-make-jar-package">5. Make Jar package</h4>
<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 <code>plugins</code>
directory when using it, and restart the service to take
effect.</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>
-<h2 id="使用场景">使用场景</h2>
-<p>当要批量插入的图数据(包括顶点和边)条数为billion级别及以下,或者总数据量小于TB时,可以采用<a
href="/docs/quickstart/hugegraph-loader">HugeGraph-Loader</a>工具持续、高速导入图数据</p>
-<h2 id="性能">性能</h2>
+<h2 id="use-cases">Use Cases</h2>
+<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 <a
href="/docs/quickstart/hugegraph-loader">HugeGraph-Loader</a> tool can be
used to continuously and quickly import graph data.</p>
+<h2 id="performance">Performance</h2>
<blockquote>
-<p>测试均采用网址数据的边数据</p>
+<p>The test uses the edge data of website.</p>
</blockquote>
-<h3 id="rocksdb单机性能">RocksDB单机性能</h3>
+<h3 id="rocksdb-single-machine-performance">RocksDB single-machine
performance</h3>
<ul>
-<li>关闭label index,22.8w edges/s</li>
-<li>开启label index,15.3w edges/s</li>
+<li>When label index is turned off, 228k edges/s.</li>
+<li>When label index is turned on, 153k edges/s.</li>
</ul>
-<h3 id="cassandra集群性能">Cassandra集群性能</h3>
+<h3 id="cassandra-cluster-performance">Cassandra cluster performance</h3>
<ul>
-<li>默认开启label index,6.3w edges/s</li>
+<li>When label index is turned on by default, 63k edges/s.</li>
</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>
<h3 id="1-hugegraph-tools-overview">1 HugeGraph-Tools Overview</h3>
<p>HugeGraph-Tools is an automated deployment, management and
backup/restore component of HugeGraph.</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 – The total number of
threads completed in this scenario.</li><li>Average – The average
response time.</li><li>Median – The statistical median of response
times.</li><li>90% Line – 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 – The total number of
threads completed in this scenario.</li><li>Average – The average
response time.</li><li>Median – The statistical median of response
times.</li><li>90% Line – The response [...]
<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/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/[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/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 @@
<blockquote>
<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.</p>
</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>
-<h2 id="使用场景">使用场景</h2>
-<p>当要批量插入的图数据(包括顶点和边)条数为billion级别及以下,或者总数据量小于TB时,可以采用<a
href="/docs/quickstart/hugegraph-loader">HugeGraph-Loader</a>工具持续、高速导入图数据</p>
-<h2 id="性能">性能</h2>
+<h2 id="use-cases">Use Cases</h2>
+<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 <a
href="/docs/quickstart/hugegraph-loader">HugeGraph-Loader</a> tool can be
used to continuously and quickly import graph data.</p>
+<h2 id="performance">Performance</h2>
<blockquote>
-<p>测试均采用网址数据的边数据</p>
+<p>The test uses the edge data of website.</p>
</blockquote>
-<h3 id="rocksdb单机性能">RocksDB单机性能</h3>
+<h3 id="rocksdb-single-machine-performance">RocksDB single-machine
performance</h3>
<ul>
-<li>关闭label index,22.8w edges/s</li>
-<li>开启label index,15.3w edges/s</li>
+<li>When label index is turned off, 228k edges/s.</li>
+<li>When label index is turned on, 153k edges/s.</li>
</ul>
-<h3 id="cassandra集群性能">Cassandra集群性能</h3>
+<h3 id="cassandra-cluster-performance">Cassandra cluster performance</h3>
<ul>
-<li>默认开启label index,6.3w edges/s</li>
+<li>When label index is turned on by default, 63k edges/s.</li>
</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>
<h3 id="1-测试环境">1 测试环境</h3>
<h4 id="11-硬件信息">1.1 硬件信息</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