-
Notifications
You must be signed in to change notification settings - Fork 22
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
How to append content to an existing tsFile? #150
Comments
@xingtanzjr can you answer the question? |
Besides, tsfile API has no ability to help you to sort data in the time order, or filter duplicate timestamps. Users must make sure that they writing data by the time order. Otherwise the query result is undefined. |
It means that the previous two inserted data can be queried. |
Thanks for your answer, it is practical for my problem. |
Yes. If you want to query without closing the TsFile, you have to use IoTDB (which supports read data from an opened TsFile) |
I have a question, After I first wrote the content to tsFile, and executed the tsFile. Close () operation, how can I append other content to this tsFile file next time?
And it make sure that the content I have inserted previous twice is available. please !
The text was updated successfully, but these errors were encountered: