HTHou commented on issue #13718: URL: https://github.com/apache/iotdb/issues/13718#issuecomment-2407114304
`tablet.addTimestamp(0, 1);` 后面可以加上 `tablet.rowSize++;` 可以解决数据没写进去的问题。 如果每行数据的 deviceID 都不同,可以试试 insertRecords 接口,对这样的场景更友好。 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
