File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
zh_CN/configuration/north-apps/DataStorage Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,23 @@ DataStorage 在传输过程中使用 Arrow 的列存格式,在数据传输过
3636
3737其中** 丢弃消息数** 表示,DataStorage 插件数据存储时,由于数据吞吐量过大,超过了缓存队列的最大值1000时,导致的数据丢失数量。
3838
39+ ## 性能指标
40+
41+ 推荐 NeuronEX 边端存储点位不超过1w个。
42+
43+ ### DataStorage 插件性能指标
44+
45+ | 场景 | 点位数 | 组间间隔 (ms) | CPU 最大使用率 (%) | 内存占用 (MB) | 最大缓存队列长度 |
46+ | ---- | ------ | ----------- | ---------------- | ----------- | ------------- |
47+ | 1 | 3,000 | 1000 | 10.4 | 79 | 1 |
48+ | 2 | 10,000 | 1000 | 35 | 197 | 1 |
49+ | 3 | 10,000 | 100 | 145 | 228 | 1 |
50+
51+ ### Datalayers 数据库性能指标
52+
53+ | 场景 | 点位数 | 组间间隔 (ms) | CPU 最大使用率 (%) | 内存占用 (MB) | 磁盘写入 (MB/s) | 查询响应时间 (ms) |
54+ | ---- | ------ | ----------- | ---------------- | ----------- | ------------- | --------------- |
55+ | 1 | 3,000 | 1000 | 2.6 | 157 | 0.093 | 10 |
56+ | 2 | 10,000 | 1000 | 4.5 | 217 | 0.314 | 15 |
57+ | 3 | 10,000 | 100 | 145 | 296 | 1.59 | 22 |
58+
You can’t perform that action at this time.
0 commit comments