Skip to content

Commit

Permalink
one rocksdb for one partition (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Apr 7, 2023
1 parent 836b54f commit 9bcf029
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` | 数据存储路径,多个路径用英文逗号(,)分隔。一个 RocksDB 实例对应一个路径。<br/>在 NebulaGraph 企业版中,一个 RocksDB 实例对应一个分片。 |不支持|
|`minimum_reserved_bytes`|`268435456`|每个数据存储路径的剩余空间最小值,低于该值时,可能会导致集群数据写入失败。单位:字节。|不支持|
|`rocksdb_batch_size` | `4096` | 批量操作的缓存大小。单位:字节。 |不支持|
|`rocksdb_block_cache` | `4` | BlockBasedTable 的默认块缓存大小。单位:兆字节。 |不支持|
Expand Down

0 comments on commit 9bcf029

Please sign in to comment.