Skip to content

Commit

Permalink
one-rocksdb-for-one-partition (#2714)
Browse files Browse the repository at this point in the history
* one-rocksdb-for-one-partition

* Update 4.storage-config.md
  • Loading branch information
abby-cyber authored Apr 12, 2023
1 parent 668bb6b commit 306332f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Storage 服务提供了两份初始配置文件`nebula-storaged.conf.default`和

| 名称 | 预设值 | 说明 |是否支持运行时动态修改|
| :--------------------------| :-------------- | :------------------------ |:----------------------- |
|`data_path` | `data/storage` | 数据存储路径,多个路径用英文逗号(,)分隔。一个 RocksDB 实例对应一个路径。 |不支持|
|`data_path` | `data/storage` | 数据存储路径,多个路径用英文逗号(,)分隔。{{ comm.comm_begin }}一个 RocksDB 实例对应一个路径。{{ comm.comm_end }}{{ ent.ent_begin }}一个 RocksDB 实例对应一个分片。{{ ent.ent_end }} |不支持|
|`minimum_reserved_bytes`|`268435456`|每个数据存储路径的剩余空间最小值,低于该值时,可能会导致集群数据写入失败。单位:字节。|不支持|
|`rocksdb_batch_size` | `4096` | 批量操作的缓存大小。单位:字节。 |不支持|
|`rocksdb_block_cache` | `4` | BlockBasedTable 的默认块缓存大小。单位:兆字节。 |不支持|
Expand Down

0 comments on commit 306332f

Please sign in to comment.