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/10 04:08:21 UTC

[incubator-hugegraph-doc] branch master updated: docs: update config-guide.md (#212)

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 88cbc8ae docs: update config-guide.md (#212)
88cbc8ae is described below

commit 88cbc8ae8edd319e5fbecddf20ddf5261bcae5f7
Author: 程序猿阿朗 <ni...@126.com>
AuthorDate: Wed May 10 12:08:15 2023 +0800

    docs: update config-guide.md (#212)
---
 content/cn/docs/config/config-guide.md | 2 +-
 content/en/docs/config/config-guide.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/cn/docs/config/config-guide.md b/content/cn/docs/config/config-guide.md
index d60ebe9d..317ffab6 100644
--- a/content/cn/docs/config/config-guide.md
+++ b/content/cn/docs/config/config-guide.md
@@ -248,7 +248,7 @@ cassandra.password=
 重点关注未注释的几项:
 
 - gremlin.graph:GremlinServer 的启动入口,用户不要修改此项;
-- backend:使用的后端存储,可选值有 memory、cassandra、scylladb 和 rocksdb;
+- backend:使用的后端存储,可选值有 memory、cassandra、scylladb、mysql、hbase、postgresql 和 rocksdb;
 - serializer:主要为内部使用,用于将 schema、vertex 和 edge 序列化到后端,对应的可选值为 text、cassandra、scylladb 和 binary;(注:rocksdb后端值需是binary,其他后端backend与serializer值需保持一致,如hbase后端该值为hbase)
 - store:图存储到后端使用的数据库名,在 cassandra 和 scylladb 中就是 keyspace 名,此项的值与 GremlinServer 和 RestServer 中的图名并无关系,但是出于直观考虑,建议仍然使用相同的名字;
 - cassandra.host:backend 为 cassandra 或 scylladb 时此项才有意义,cassandra/scylladb 集群的 seeds;
diff --git a/content/en/docs/config/config-guide.md b/content/en/docs/config/config-guide.md
index d60ebe9d..317ffab6 100644
--- a/content/en/docs/config/config-guide.md
+++ b/content/en/docs/config/config-guide.md
@@ -248,7 +248,7 @@ cassandra.password=
 重点关注未注释的几项:
 
 - gremlin.graph:GremlinServer 的启动入口,用户不要修改此项;
-- backend:使用的后端存储,可选值有 memory、cassandra、scylladb 和 rocksdb;
+- backend:使用的后端存储,可选值有 memory、cassandra、scylladb、mysql、hbase、postgresql 和 rocksdb;
 - serializer:主要为内部使用,用于将 schema、vertex 和 edge 序列化到后端,对应的可选值为 text、cassandra、scylladb 和 binary;(注:rocksdb后端值需是binary,其他后端backend与serializer值需保持一致,如hbase后端该值为hbase)
 - store:图存储到后端使用的数据库名,在 cassandra 和 scylladb 中就是 keyspace 名,此项的值与 GremlinServer 和 RestServer 中的图名并无关系,但是出于直观考虑,建议仍然使用相同的名字;
 - cassandra.host:backend 为 cassandra 或 scylladb 时此项才有意义,cassandra/scylladb 集群的 seeds;