-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(mito): scan SSTs and memtables in parallel (#2852)
* feat: seq scan support parallelism * feat: scan region by parallelism in config * feat: enlarge channel size * chore: parallel builder logs * feat: use parallel reader accroding to source num * chore: 128 channel size * feat: add fetch cost metrics * feat: add channel size to config * feat: builder cost * feat: logs * feat: compiler error * feat: fetch cost * feat: convert cost * chore: Revert "feat: logs" This reverts commit 01e0df2. * chore: fix compiler errors * feat: reduce channel size to 32 * chore: use workspace tokio-stream * test: test scan in parallel * chore: comment typos * refactor: build all sources first * test: test 0 parallelism * feat: use parallel scan by default * docs: update config example * feat: log parallelism * refactor: keep config in engine inner * refactor: rename parallelism method * docs: update docs * test: fix config api test * docs: update parallel scan comment * feat: 0 for default parallelism
- Loading branch information
Showing
21 changed files
with
398 additions
and
51 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.