From 9e08ea5b167bb2e80a04fa736f196343c04317d2 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Fri, 7 Apr 2023 18:00:45 +0800 Subject: [PATCH 1/2] one-rocksdb-for-one-partition-master --- .../1.configurations/4.storage-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d775a6464e2..c7e8e913563 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 @@ -80,7 +80,7 @@ For all parameters and their current values, see [Configurations](1.configuratio | Name | Predefined value | Description |Whether supports runtime dynamic modifications| | :------------------------------- | :--------------- | :------------------------ |:------------------| -| `data_path` | `data/storage` | Specifies the data storage path. Multiple paths are separated with commas. One RocksDB example corresponds to one path. | No| +| `data_path` | `data/storage` | Specifies the data storage path. Multiple paths are separated with commas. {{ comm.comm_begin }}One RocksDB instance corresponds to one path.{{ comm.comm_end }} {{ ent.ent_begin }}One RocksDB instance corresponds to one partition.{{ ent.ent_end }}| No| | `minimum_reserved_bytes` | `268435456` | Specifies the minimum remaining space of each data storage path. When the value is lower than this standard, the cluster data writing may fail. This configuration is measured in bytes. | No| | `rocksdb_batch_size` | `4096` | Specifies the block cache for a batch operation. The configuration is measured in bytes. | No| | `rocksdb_block_cache` | `4` | Specifies the block cache for BlockBasedTable. The configuration is measured in megabytes.| No| From d57c62d0415467776462151b98a577401d323a94 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:16:26 +0800 Subject: [PATCH 2/2] Update 4.storage-config.md --- .../1.configurations/4.storage-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c7e8e913563..f6ca5318a45 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 @@ -80,7 +80,7 @@ For all parameters and their current values, see [Configurations](1.configuratio | Name | Predefined value | Description |Whether supports runtime dynamic modifications| | :------------------------------- | :--------------- | :------------------------ |:------------------| -| `data_path` | `data/storage` | Specifies the data storage path. Multiple paths are separated with commas. {{ comm.comm_begin }}One RocksDB instance corresponds to one path.{{ comm.comm_end }} {{ ent.ent_begin }}One RocksDB instance corresponds to one partition.{{ ent.ent_end }}| No| +| `data_path` | `data/storage` | Specifies the data storage path. Multiple paths are separated with commas. {{ comm.comm_begin }}One RocksDB instance corresponds to one path.{{ comm.comm_end }}{{ ent.ent_begin }}One RocksDB instance corresponds to one partition.{{ ent.ent_end }}| No| | `minimum_reserved_bytes` | `268435456` | Specifies the minimum remaining space of each data storage path. When the value is lower than this standard, the cluster data writing may fail. This configuration is measured in bytes. | No| | `rocksdb_batch_size` | `4096` | Specifies the block cache for a batch operation. The configuration is measured in bytes. | No| | `rocksdb_block_cache` | `4` | Specifies the block cache for BlockBasedTable. The configuration is measured in megabytes.| No|