iotdb
iotdb copied to clipboard
How to speed up read performance by multi-thread
for example, we want to query N (N > 1) series, if we want to use multi-thread, how can we utilize it?
at least, we can use multi-thread to get the first N BatchData of N series, but what should we do next? Can we use multi-thread in merging N series to one rowrecord?