Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
2021-10-Tan
Description
when set IS_SENSOR_TS_ALIGNMENT=false, iotdb-benchmark will write data one sensor per time.
And I think there is need to control the ratio of null sensor number of a device at a timestamp, for example, the data that benchmark generate can be(eg. ratio = 0.5)
Time | s_1 | s_2 | s_3 | s_4 | s_5 | s_6 | s_7 | s_8 | s_9 | s_10 |
---|---|---|---|---|---|---|---|---|---|---|
9999 | null | 6 | null | null | null | 7 | 8 | 9 | 10 | null |
10000 | 1 | null | 2 | null | 3 | null | 4 | null | 5 | null |