zhou-hao opened a new issue, #13718: URL: https://github.com/apache/iotdb/issues/13718
1. Tablet 虽然支持多行,但是实际情况单个设备可能上报频率并不高,Tablet往往只会有一行,这种场景下执行insertTablet 写入性能并不高。 2. insertTablets 的参数是`Map<deviceId,Tablet>` ,如果想要做缓冲批量写入时,就得去拆分同一个批次的相同设备的Tablet。 疑问: 有没有更合适的批量写入不同设备的方式? -- 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]
