iotdb
iotdb copied to clipboard
write point statistics inaccuracy
The statistics of write point is inaccurate when:
- insert data of which the timestamp already exists
- update data
- delete data
Expected behavior: For 1 and 2, the write point number statistics should not change while for 3 the statistics should be less accordingly.
It's difficult for us to collect accurate statistics. If the update and delete is the operation like that( update some points selected from the dataset or delete some points selected from the dataset). But now we just apply some operation command, which can't get points rewritten.
The statistics of write point is inaccurate when:
- insert data of which the timestamp already exists
- update data
- delete data
Expected behavior: For 1 and 2, the write point number statistics should not change while for 3 the statistics should be less accordingly.
The operation of 1 is update actually.