File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
| 参数 | 描述 |
40
40
| ----------------------------------------- | ------------------------------------------------------------ |
41
41
| ` durable_storage.<DS>.data_dir ` | EMQX 存储数据的文件系统中的目录。 |
42
- | ` durable_storage.<DS>.n_shards ` | 设置[ 分片数量] ( ./managing-replication.md#number-of-shards ) 。 |
43
- | ` durable_storage.<DS>.n_sites ` | 设置[ 站点数量] ( ./managing-replication.md#number-of-sites ) 。 |
44
- | ` durable_storage.<DS>.replication_factor ` | 设置[ 复制因子] ( ./managing-replication.md#replication-factor ) 以确定每个分片的副本数量。 |
45
- | ` durable_storage.<DS>.local_write_buffer ` | 包含与消息缓冲相关的参数。请参阅[ 本地写缓冲配置] ( #local-write-buffer-configuration ) 。 |
46
- | ` durable_storage.<DS>.layout ` | 包含控制 EMQX 如何在磁盘上布局数据的参数。请参阅[ 存储布局配置] ( #storage-layout-configuration ) 。 |
42
+ | ` durable_storage.<DS>.n_shards ` | 设置[ 分片数量] ( ./managing-replication.md#分片-shard-数量 ) 。 |
43
+ | ` durable_storage.<DS>.n_sites ` | 设置[ 站点数量] ( ./managing-replication.md#站点-site-数量 ) 。 |
44
+ | ` durable_storage.<DS>.replication_factor ` | 设置[ 复制因子] ( ./managing-replication.md#复制因子- replication-factor ) 以确定每个分片的副本数量。 |
45
+ | ` durable_storage.<DS>.local_write_buffer ` | 包含与消息缓冲相关的参数。请参阅[ 本地写缓冲配置] ( #本地写缓冲配置 ) 。 |
46
+ | ` durable_storage.<DS>.layout ` | 包含控制 EMQX 如何在磁盘上布局数据的参数。请参阅[ 存储布局配置] ( #存储布局配置 ) 。 |
47
47
48
48
#### 本地写缓冲配置
49
49
You can’t perform that action at this time.
0 commit comments