Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 055364c

Browse files
committed
Update ToplingDB section in HugeGraph server docs
Merged ToplingDB with RocksDB as a high-performance alternative in both Chinese and English quickstart guides. Updated section order and references, and removed redundant ToplingDB configuration details to streamline documentation.
1 parent e2a789f commit 055364c

File tree

2 files changed

+15
-28
lines changed

2 files changed

+15
-28
lines changed

content/cn/docs/quickstart/hugegraph/hugegraph-server.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ bin/stop-hugegraph.sh
274274
```
275275
</details>
276276

277-
##### 5.1.2 RocksDB
277+
##### 5.1.2 RocksDB / ToplingDB
278278

279279
<details>
280280
<summary>点击展开/折叠 RocksDB 配置及启动方法</summary>
@@ -308,17 +308,11 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
308308

309309
提示的 url 与 `rest-server.properties` 中配置的 `restserver.url` 一致
310310

311-
</details>
312-
313-
##### 5.1.3 ToplingDB (Beta)
314-
315-
<details>
316-
<summary>点击展开/折叠 ToplingDB 配置及启动方法</summary>
311+
**ToplingDB (Beta)**: 作为 RocksDB 的高性能替代方案,配置方式请参考: [ToplingDB Quick Start]({{< ref path="/blog/hugegraph/toplingdb/toplingdb-quick-start.md" lang="cn">}})
317312

318-
参考: [ToplingDB Quick Start]({{< ref path="/blog/hugegraph/toplingdb/toplingdb-quick-start.md" lang="cn">}})
319313
</details>
320314

321-
##### 5.1.4 HBase
315+
##### 5.1.3 HBase
322316

323317
<details>
324318
<summary>点击展开/折叠 HBase 配置及启动方法</summary>
@@ -360,7 +354,7 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
360354
361355
</details>
362356

363-
##### 5.1.5 MySQL
357+
##### 5.1.4 MySQL
364358

365359
<details>
366360
<summary>点击展开/折叠 MySQL 配置及启动方法</summary>
@@ -404,7 +398,7 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
404398

405399
</details>
406400

407-
##### 5.1.6 Cassandra
401+
##### 5.1.5 Cassandra
408402

409403
<details>
410404
<summary>点击展开/折叠 Cassandra 配置及启动方法</summary>
@@ -463,7 +457,7 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
463457

464458
</details>
465459

466-
##### 5.1.7 Memory
460+
##### 5.1.6 Memory
467461

468462
<details>
469463
<summary>点击展开/折叠 Memory 配置及启动方法</summary>
@@ -489,7 +483,7 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
489483

490484
</details>
491485

492-
##### 5.1.8 ScyllaDB
486+
##### 5.1.7 ScyllaDB
493487

494488
<details>
495489
<summary>点击展开/折叠 ScyllaDB 配置及启动方法</summary>
@@ -533,7 +527,7 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
533527

534528
</details>
535529

536-
##### 5.1.9 启动 server 的时候创建示例图
530+
##### 5.1.8 启动 server 的时候创建示例图
537531

538532
在脚本启动时候携带 `-p true`参数,表示 preload, 即创建示例图图
539533

content/en/docs/quickstart/hugegraph/hugegraph-server.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ The prompted url is the same as the restserver.url configured in rest-server.pro
317317

318318
</details>
319319

320-
##### 5.1.3 RocksDB
320+
##### 5.1.3 RocksDB / ToplingDB
321321

322322
<details>
323323
<summary>Click to expand/collapse RocksDB configuration and startup methods</summary>
@@ -348,18 +348,11 @@ Starting HugeGraphServer...
348348
Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
349349
```
350350

351-
</details>
352-
353-
##### 5.1.4 ToplingDB
354-
355-
<details>
356-
<summary>Click to expand/collapse ToplingDB configuration and startup methods</summary>
357-
358-
Ref: [ToplingDB Quick Start]({{< ref path="/blog/hugegraph/toplingdb/toplingdb-quick-start.md" lang="en">}})
351+
**ToplingDB (Beta)**: As a high-performance alternative to RocksDB, please refer to the configuration guide: [ToplingDB Quick Start]({{< ref path="/blog/hugegraph/toplingdb/toplingdb-quick-start.md" lang="en">}})
359352

360353
</details>
361354

362-
##### 5.1.5 Cassandra
355+
##### 5.1.4 Cassandra
363356

364357
<details>
365358
<summary>Click to expand/collapse Cassandra configuration and startup methods</summary>
@@ -419,7 +412,7 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
419412

420413
</details>
421414

422-
##### 5.1.6 ScyllaDB
415+
##### 5.1.5 ScyllaDB
423416

424417
<details>
425418
<summary>Click to expand/collapse ScyllaDB configuration and startup methods</summary>
@@ -463,7 +456,7 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
463456

464457
</details>
465458

466-
##### 5.1.7 HBase
459+
##### 5.1.6 HBase
467460

468461
<details>
469462
<summary>Click to expand/collapse HBase configuration and startup methods</summary>
@@ -505,7 +498,7 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
505498

506499
</details>
507500

508-
##### 5.1.8 MySQL
501+
##### 5.1.7 MySQL
509502

510503
<details>
511504
<summary>Click to expand/collapse MySQL configuration and startup methods</summary>
@@ -550,7 +543,7 @@ Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)....OK
550543

551544
</details>
552545

553-
##### 5.1.9 Create an example graph when startup
546+
##### 5.1.8 Create an example graph when startup
554547

555548
Carry the `-p true` arguments when starting the script, which indicates `preload`, to create a sample graph.
556549

0 commit comments

Comments
 (0)