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

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

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b228b7fa Update hugegraph-loader-performance.md (#235)
b228b7fa is described below

commit b228b7face1b87921a6700002f1ae8ba8b519514
Author: John Whelan <Wh...@users.noreply.github.com>
AuthorDate: Thu May 18 00:34:48 2023 -0500

    Update hugegraph-loader-performance.md (#235)
    
    Completed conversion to English.
---
 .../docs/performance/hugegraph-loader-performance.md   | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/content/en/docs/performance/hugegraph-loader-performance.md b/content/en/docs/performance/hugegraph-loader-performance.md
index ef397f22..2512ced1 100644
--- a/content/en/docs/performance/hugegraph-loader-performance.md
+++ b/content/en/docs/performance/hugegraph-loader-performance.md
@@ -4,19 +4,19 @@ linkTitle: "HugeGraph-Loader Performance"
 weight: 3
 ---
 
-## 使用场景
+## Use Cases
 
-当要批量插入的图数据(包括顶点和边)条数为billion级别及以下,或者总数据量小于TB时,可以采用[HugeGraph-Loader](/docs/quickstart/hugegraph-loader)工具持续、高速导入图数据
+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](/docs/quickstart/hugegraph-loader) tool can be used to continuously and quickly import graph data.
 
-## 性能
+## Performance
 
-> 测试均采用网址数据的边数据
+> The test uses the edge data of website.
 
-### RocksDB单机性能
+### RocksDB single-machine performance
 
-- 关闭label index,22.8w edges/s
-- 开启label index,15.3w edges/s
+- When label index is turned off, 228k edges/s.
+- When label index is turned on, 153k edges/s.
 
-### Cassandra集群性能
+### Cassandra cluster performance
 
-- 默认开启label index,6.3w edges/s
\ No newline at end of file
+- When label index is turned on by default, 63k edges/s.