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

Replay WAL of different tables concurrently for TableBasedReplay #1498

Closed
jiacai2050 opened this issue Mar 12, 2024 · 1 comment · Fixed by #1505
Closed

Replay WAL of different tables concurrently for TableBasedReplay #1498

jiacai2050 opened this issue Mar 12, 2024 · 1 comment · Fixed by #1505
Labels
feature New feature or request

Comments

@jiacai2050
Copy link
Contributor

Describe This Problem

After #1492, ShardBasedReplay already support concurrent replay, it's better to add this for TableBasedReplay.

Proposal

See above.

Additional Context

https://github.com/apache/incubator-horaedb/blob/3064cb3d20077189050c14eb448660cfb7111536/src/analytic_engine/src/instance/wal_replayer.rs#L189

@jiacai2050 jiacai2050 added the feature New feature or request label Mar 12, 2024
@jiacai2050
Copy link
Contributor Author

@zealchen

jiacai2050 pushed a commit that referenced this issue Mar 25, 2024
## Rationale
Close #1498

## Detailed Changes
Recover table logs in parallel.

## Test Plan
CI

---------

Co-authored-by: chenmian.cm <chenmian.cm@antfin.com>
zealchen added a commit to zealchen/incubator-horaedb that referenced this issue Apr 9, 2024
## Rationale
Close apache#1498

## Detailed Changes
Recover table logs in parallel.

## Test Plan
CI

---------

Co-authored-by: chenmian.cm <chenmian.cm@antfin.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant