Ask Your Question
4

In what way can Apache IoTDB remove a measurement point after encountering a 411 error when executing a delete statement?

asked 2021-11-12 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-03 03:00:00 +0000

djk gravatar image

Apache IoTDB does not remove a measurement point after encountering a 411 error when executing a delete statement.

A 411 error in IoTDB indicates that the timestamp specified in the delete statement does not exist in the database. This could be because the measurement point has already been deleted or because the timestamp specified is outside the range of available data.

If the measurement point has already been deleted, it will not be removed again. If the timestamp specified is outside the range of available data, the delete statement will have no effect.

In either case, it is up to the user to ensure that the correct measurement point and timestamp are specified in the delete statement.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-11-12 11:00:00 +0000

Seen: 8 times

Last updated: Feb 03 '22