iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

How to speed up read performance by multi-thread

Open Beyyes opened this issue 7 years ago • 0 comments

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?

Beyyes avatar Dec 06 '18 02:12 Beyyes