Skip to content

Commit

Permalink
Update 4.storage-config.md (#2458)
Browse files Browse the repository at this point in the history
* Update 4.storage-config.md

* Update 4.storage-config.md
  • Loading branch information
foesa-yang authored Jan 9, 2023
1 parent 07edcb1 commit 9d82537
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Storage 服务提供了两份初始配置文件`nebula-storaged.conf.default`和

| 名称 | 预设值 | 说明 |
| :-- | :----- | :--- |
| `query_concurrently` | `true` | 是否开启多线程查询。开启后可以提高单个查询的时延性能,但大压力下会降低整体的吞吐量。 |
| `auto_remove_invalid_space` | `true` | 在执行`DROP SPACE`后,会删除指定图空间,该参数设置是否同时删除指定图空间内的所有数据。当值为`true`时,同时删除指定图空间内的所有数据。 |
| `num_io_threads` | `16` | 网络 I/O 线程的数量,用于发送 RPC 请求和接收响应。 |
| `num_worker_threads` | `32` | Storage 的 RPC 服务的工作线程数量。 |
Expand Down

0 comments on commit 9d82537

Please sign in to comment.