-
Notifications
You must be signed in to change notification settings - Fork 333
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
Consider refactoring LruCacheLayer with list_with_metakey
and concurrent_stat_in_list
#3059
Comments
I want to try this. Please assign it to me. 😊 |
@suyanhanx Welcome! You're assigned and feel free to leave a comment here to share updates; or ping me as a reviewer if the patch is submitted. |
I checked the current implementation and it currently calls mainly on the Accessor. greptimedb/src/object-store/src/layers/lru_cache/read_cache.rs Lines 72 to 110 in 2f98fa0
|
Hi,Can I give it a try? |
Have fun |
Can I replace
The |
Yes, I think we should. |
Consider refactoring it with list_with_metakey and concurrent_stat_in_list
Originally posted by @WenyXu in #3058 (comment)
greptimedb/src/object-store/src/layers/lru_cache/read_cache.rs
Lines 135 to 157 in 2f98fa0
The text was updated successfully, but these errors were encountered: