Replies: 3 comments 9 replies
-
Maybe we can try cache for parquet/orc/json directly instead a general cache lib. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ask a question, not read the code overall, what the unit of the cache of parquet (whole or page) ? 🤔 |
Beta Was this translation helpful? Give feedback.
8 replies
-
Hi, @Xuanwo . Could I have a try with foyer? Is there a guide to do it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the past, we attempted to implement a cache layer in OpenDAL, but it did not function effectively. Therefore, it is now necessary for us to revisit this area and identify potential improvements.
For example, can we port https://github.com/facebook/CacheLib to pure rust with opendal?
Beta Was this translation helpful? Give feedback.
All reactions