You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/05/27 07:16:01 UTC

[GitHub] [incubator-iotdb] qiaojialin removed a comment on issue #1274: TsFile文件只能读和写吗?能追加和修改吗?(Does TsFile only support Read and Write a New One? Can I append data to the file or modify the data in the File?)

qiaojialin removed a comment on issue #1274:
URL: https://github.com/apache/incubator-iotdb/issues/1274#issuecomment-634472406


   You can try this:
   
   ForceAppendTsFileWriter tsFileIOWriter = new ForceAppendTsFileWriter(f);
   TsFileWriter tsFileWriter = new TsFileWriter(tsFileIOWriter);
   
   No need to register schema again, then you can append data into it and close. (only append data in time ascending order)
   
   TsFile does not support modify. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org