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

performance: fuse_snapshot very slow #8067

Closed
2 tasks done
Tracked by #7823
BohuTANG opened this issue Oct 9, 2022 · 1 comment
Closed
2 tasks done
Tracked by #7823

performance: fuse_snapshot very slow #8067

BohuTANG opened this issue Oct 9, 2022 · 1 comment
Labels
C-performance Category: Performance

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Oct 9, 2022

Summary

mysql> select count() from fuse_snapshot('db7861', 't7861');

+---------+
| count() |
+---------+
|    3179 |
+---------+
1 row in set (12 min 2.99 sec)

Task:

@BohuTANG BohuTANG added the C-performance Category: Performance label Oct 9, 2022
@BohuTANG BohuTANG changed the title performance: fuse_snapshot('db7861', 't7861') very slow performance: fuse_snapshot very slow Oct 11, 2022
@BohuTANG
Copy link
Member Author

Now the snapshot read is using opendal listand read in parallel, it's fast than before, let's close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-performance Category: Performance
Projects
None yet
Development

No branches or pull requests

1 participant