diff --git a/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md b/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md index 0c1fdd94df0..3351b936114 100644 --- a/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md +++ b/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md @@ -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 请求和接收响应。 |支持|