Skip to content

Commit

Permalink
fix broken table (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Mar 2, 2023
1 parent 5cd59a5 commit 6c63e9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Storage 服务提供了两份初始配置文件`nebula-storaged.conf.default`和
下表中的`snapshot`与 NebulaGraph 快照是不同的概念,这里的`snapshot`指 Raft 同步过程中 leader 上的存量数据。

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

0 comments on commit 6c63e9b

Please sign in to comment.