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

On-disk support (network fs) #117

Open
danthegoodman1 opened this issue Sep 14, 2023 · 4 comments
Open

On-disk support (network fs) #117

danthegoodman1 opened this issue Sep 14, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@danthegoodman1
Copy link
Owner

Have a mode where it operates off disk instead of S3 in case of using something like AWS fsx lustre. That might provide better managed performance, especially for reading the log.

@danthegoodman1 danthegoodman1 added the enhancement New feature or request label Sep 14, 2023
@danthegoodman1 danthegoodman1 changed the title On-disk support (lustre) On-disk support (network fs) Sep 14, 2023
@loicalleyne
Copy link

Is this for both the metastore and the parquet data files? I suppose this would work with a local RAID drive setup as well?

@danthegoodman1
Copy link
Owner Author

Yeah it would be really for any locally mounted disk most likely, and yes both would be supported as they are currently colocated under one parent directory for the table

@danthegoodman1
Copy link
Owner Author

Also useful for JuiceFS

@danthegoodman1
Copy link
Owner Author

Should be able to chose location for log and data separately, so could chose to have log on disk but data in s3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants