Setup multithreading during dataset extraction
To go faster on very large datasets. The dataset extraction should be split into two steps:
- listing of the elements that should be extracted
- actual information extraction on multiple threads
To go faster on very large datasets. The dataset extraction should be split into two steps: