Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make obkv wal opening more parallelly #1129

Merged
merged 5 commits into from
Aug 3, 2023

Conversation

Rachelint
Copy link
Contributor

@Rachelint Rachelint commented Aug 3, 2023

Rationale

When initing obkv wal, we need to check and create bucket table one by one...
However this process can be runned in parallel.

Detailed Changes

Check and create tables in parallel when opening obkv wal.

Test Plan

Test manually.

@Rachelint Rachelint changed the title feat: make obkv init more parallelly feat: make obkv wal opening more parallelly Aug 3, 2023
@Rachelint Rachelint marked this pull request as ready for review August 3, 2023 08:52
wal/src/table_kv_impl/namespace.rs Outdated Show resolved Hide resolved
wal/src/table_kv_impl/namespace.rs Show resolved Hide resolved
@ShiKaiWi
Copy link
Member

ShiKaiWi commented Aug 3, 2023

LGTM

Copy link
Member

@ShiKaiWi ShiKaiWi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Rachelint Rachelint merged commit 62d3835 into apache:main Aug 3, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants