How to split and insert data in list format without affecting query speed in Apache IoTDB?

Issue

This Content is from Stack Overflow. Question asked by Mina

The data we send to Apache IoTDB server is in a list format. I use the flink state operator to split the list. When I try to insert data, I use session.insertrecard, which I realized may affect query speed, because after the list is split, the inserting process of the data in the list can only be executed one by one. Therefore when I



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from stackoverflow and tested by JTuto community, is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?