This is an automated email from the ASF dual-hosted git repository. yongzao pushed a commit to branch Rename-storage_query_schema_consensus_free_memory_proportion-to-datanode_memory_proportion in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit ce571b161a6fb993d82da24bf71ecae256136557 Author: YongzaoDan <[email protected]> AuthorDate: Sun Oct 29 09:41:42 2023 +0800 Finish --- .../Master/Deployment-and-Maintenance/Deployment-Recommendation.md | 4 ++-- .../Master/Deployment-and-Maintenance/Deployment-Recommendation.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Recommendation.md b/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Recommendation.md index 16be276..5fd59f9 100644 --- a/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Recommendation.md +++ b/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Recommendation.md @@ -133,11 +133,11 @@ Temp storage size = WAL storage size + Consensus storage size + Compaction temp 1. WAL max wal storage size = memtable memory size ÷ wal_min_effective_info_ratio -- memtable memory size is decided by storage_query_schema_consensus_free_memory_proportion, storage_engine_memory_proportion and write_memory_proportion +- memtable memory size is decided by datanode_memory_proportion, storage_engine_memory_proportion and write_memory_proportion - wal_min_effective_info_ratio is decided by wal_min_effective_info_ratio configuration > Example: allocate 16G memory for DataNode, config is as below: -> storage_query_schema_consensus_free_memory_proportion=3:3:1:1:2 +> datanode_memory_proportion=3:3:1:1:1:1 > storage_engine_memory_proportion=8:2 > write_memory_proportion=19:1 > wal_min_effective_info_ratio=0.1 diff --git a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Recommendation.md b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Recommendation.md index d998db0..74f39c9 100644 --- a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Recommendation.md +++ b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Recommendation.md @@ -133,11 +133,11 @@ IoTDB 存储空间=数据存储空间 + 元数据存储空间 + 临时存储空 1. 写前日志 最大写前日志空间占用 = memtable 总内存占用 ÷ 最小有效信息占比 -- memtable 总内存占用和 storage_query_schema_consensus_free_memory_proportion、storage_engine_memory_proportion、write_memory_proportion 三个参数有关 +- memtable 总内存占用和 datanode_memory_proportion、storage_engine_memory_proportion、write_memory_proportion 三个参数有关 - 最小有效信息占比由 wal_min_effective_info_ratio 决定 > 示例:为 IoTDB 分配 16G 内存,配置文件如下 -> storage_query_schema_consensus_free_memory_proportion=3:3:1:1:2 +> datanode_memory_proportion=3:3:1:1:1:1 > storage_engine_memory_proportion=8:2 > write_memory_proportion=19:1 > wal_min_effective_info_ratio=0.1
