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

jermy 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 4b5e5ba1 add HBase pre-splite config options in quickstart (#160)
4b5e5ba1 is described below

commit 4b5e5ba187741712efe8f5bd70ac001afb937933
Author: YangJiaqi <[email protected]>
AuthorDate: Mon Dec 26 21:37:10 2022 +0800

    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]>
---
 content/cn/docs/quickstart/hugegraph-server.md | 5 +++++
 content/en/docs/quickstart/hugegraph-server.md | 7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/content/cn/docs/quickstart/hugegraph-server.md 
b/content/cn/docs/quickstart/hugegraph-server.md
index c5ab9109..28158bf8 100644
--- a/content/cn/docs/quickstart/hugegraph-server.md
+++ b/content/cn/docs/quickstart/hugegraph-server.md
@@ -280,6 +280,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 & 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
 ```
 
 初始化数据库(仅第一次启动时需要)
diff --git a/content/en/docs/quickstart/hugegraph-server.md 
b/content/en/docs/quickstart/hugegraph-server.md
index d835de1b..6069a4e6 100644
--- a/content/en/docs/quickstart/hugegraph-server.md
+++ b/content/en/docs/quickstart/hugegraph-server.md
@@ -281,6 +281,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 & 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
 ```
 
 Initialize the database (required only on first startup)
@@ -353,7 +358,7 @@ _explanation_
 
 response body:
 
-```json
+```javasript
 {
     "vertices": [
         {

Reply via email to