Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 4.storage-config.md #2160

Merged
merged 2 commits into from
Sep 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,8 @@ rocksdb options 配置的格式为`{"<option_name>":"<option_value>"}`,多个

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

!!! warning

一个图空间至少占用大约 300 MB 的内存。

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