RuralHunter opened a new issue, #1940: URL: https://github.com/apache/incubator-hugegraph/issues/1940
### Bug Type (问题类型) others (please edit later) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题 ### Environment (环境信息) - Server Version: v0.12.x - Backend: RocksDB x nodes, HDD or SSD - OS: xx CPUs, xx G RAM, Centos 7.x - Data Size: xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) --> ### Expected & Actual behavior (期望与实际表现) https://hugegraph.apache.org/docs/config/config-guide/ 1. 文档中说gremlin-server.yaml、rest-server.properties 和hugegraph.properties都在conf下,实际0.12.0中hugegraph.properties在conf/graphs下 2. 文档中说多图配置编辑gremlin-server.yaml 的 graphs 域,实际打开gremlin-server.yaml 看到: ``` # don't set graph at here, this happens after support for dynamically adding graph graphs: { } ``` 这句注释是什么意思?到底能不能编辑? 另外,不是多图的话,是不是有默认的graph?应该用哪个graph配置文件?这些都没有描述清楚。 ### Vertex/Edge example (问题点 / 边数据举例) _No response_ ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
