Hi, As far as I know, if you sync data from IoTDB(A) to IoTDB(B), A will first sync the schema to B, then data. And all TsFiles in A will be send to B, you can not choose to sync a specific file.
Another way is loading tsfile(already in server of B) into B. In this way, you could load a specific TsFile. You could choose to register the schema by the parameters. Detailed information is in [1] [1] http://iotdb.apache.org/UserGuide/Master/System%20Tools/Load%20External%20Tsfile.html Thanks, -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院 > -----原始邮件----- > 发件人: "Julian Feinauer" <[email protected]> > 发送时间: 2020-06-15 18:36:49 (星期一) > 收件人: "[email protected]" <[email protected]> > 抄送: > 主题: Using Sync Tool with IoTDB Server > > Hi folks, > > just a short question regarding the Sync Tool from IoTDB. > If I have a plain tsfile that I sync via the sync tool to the server are then > all names from the timeseries picked automatically and entered in the MTree > and all? > Or do I have to configure something upfront? > > Thanks! > Julian
