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 06:56:38 UTC

[GitHub] [incubator-iotdb] jixuan1989 commented 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?)

jixuan1989 commented on issue #1274:
URL: https://github.com/apache/incubator-iotdb/issues/1274#issuecomment-634467374


   > Can I append data to the file ?
   
   可以,可以使用`RestorableTsFileIOWriter` 实现追加写;
   Yes, you can use `RestorableTsFileIOWriter` to append data to an existed TsFile.
   
   > Can I modify data in a  TsFile?
   
   不行, TsFile不能做数据修改,这种情况下要么使用IoTDB,要么自己组织多个TsFile并用后者替代前者的数据。
   No, you can not modify data in a TsFile. If you need to modify data, use IoTDB interface, or you can manage several TsFiles and use the latter version to cover the previous versions.
    
   


----------------------------------------------------------------
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