Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current version does not enable multithreaded aggregation optimization, Here's why: Currently, for multi-thread parallel, it is not completely carried out to the physical layer, for DPN and PACK data structure, because the underlying physical block processing for multi-thread from the data structure support is missing, when a multi-thread switch occurs, the data that has been read out is reset. More time is needed to support parallel read IO across multiple threads from the underlying data structures, which is not available in the current version, so we plan to start the second phase of the multi-thread read IO process completely.
- Loading branch information