Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write point statistics inaccuracy #515

Open
liuruiyiyang opened this issue Dec 14, 2018 · 2 comments
Open

write point statistics inaccuracy #515

liuruiyiyang opened this issue Dec 14, 2018 · 2 comments

Comments

@liuruiyiyang
Copy link
Collaborator

The statistics of write point is inaccurate when:

  1. insert data of which the timestamp already exists
  2. update data
  3. 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.

@liukun4515
Copy link
Contributor

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.

@liukun4515
Copy link
Contributor

liukun4515 commented Dec 14, 2018

The statistics of write point is inaccurate when:

  1. insert data of which the timestamp already exists
  2. update data
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants