wanghui42 commented on issue #11441: URL: https://github.com/apache/iotdb/issues/11441#issuecomment-1831299154
> > you could give us more details, for example,the pipe is 1.1.1 to 1.2.2? you mean pipe plugin or tsfile sync? if you use pipe plugin, it is possible to sync tsfile into unsequence files. unsequence files does not mean unsequence data, unsequence data does slow down some thread. > > Apologies for the delay. This behaviour has been observed in scenarios where all nodes are running the same IoTDB version, both for version 1.1.1 and 1.2.2. The replication is performed with the Data Sync mechanism, using pipes, as described in the documentation (https://iotdb.apache.org/UserGuide/V1.2.x/User-Manual/Data-Sync.html). Tests show 5% to 15% increases in latency for multiple types of queries when comparing between data replicated from one or multiple nodes using the Pipe mechanism with data inserted directly into that node. yes, It is true that this phenomenon, we also noticed, the current release version is this problem(see https://github.com/apache/iotdb/pull/11414), we have fixed it, you can download the latest master package or wait for the next release! -- 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]
