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

Local object cache for S3 #41

Closed
mildbyte opened this issue Aug 3, 2022 · 0 comments · Fixed by #341
Closed

Local object cache for S3 #41

mildbyte opened this issue Aug 3, 2022 · 0 comments · Fixed by #341

Comments

@mildbyte
Copy link
Contributor

mildbyte commented Aug 3, 2022

When using an S3-compatible object store, DataFusion / Seafowl currently download the object every time they need to scan through it. We should let users dedicate some scratch space on a Seafowl instance as object cache. Potential options:

  • write a wrapper around the ObjectStore trait that proxies an upstream object store and uses a local FS as cache
  • use https://github.com/kahing/goofys / + catfs OR s3fs?
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 a pull request may close this issue.

1 participant