-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: parallelize processing of Replica.handleRaftReady
Improves the performance of `block_writer` inserting 1m rows from 250s to 195s. We default concurrency per store to `2*num-cpu`. There wasn't any noticeable harm or benefit to allowing more concurrency than that, but it seems prudent to provide some limit. Fixes #7522.
- Loading branch information
1 parent
08d0ffa
commit ed0937c
Showing
1 changed file
with
39 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters