Skip to content

Commit

Permalink
Update 4.storage-config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Apr 26, 2022
1 parent 113dc3e commit 4961720
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,6 @@ rocksdb options 配置的格式为`{"<option_name>":"<option_value>"}`,多个
| :------------------- | :------------------------ | :------------------------------------------ |
| max_edge_returned_per_vertex | 2147483647 | 每个稠密点,最多返回多少条边,多余的边截断不返回。配置文件默认未设置。 |

!!! compatibility

Nebula Graph 1.x 中的蓄水池采样方法在 Nebula Graph {{ nebula.release }} 不再支持。

## 数据量大而内存不够时

如果数据量很大但内存不够,则推荐把 storage 配置中的 `enable_partitioned_index_filter` 设置为 `true`;但由于缓存了较少的 RocksDB 索引,性能会受影响。

0 comments on commit 4961720

Please sign in to comment.