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

Support storing data (and indexes) on tiered storage #822

Open
2 tasks
eolivelli opened this issue Feb 25, 2024 · 0 comments
Open
2 tasks

Support storing data (and indexes) on tiered storage #822

eolivelli opened this issue Feb 25, 2024 · 0 comments

Comments

@eolivelli
Copy link
Contributor

FEATURE REQUEST

  1. Please describe the feature you are requesting.

Currently it is possible to store data and indexes on disks or on the bookies.

Another possibility is to store the data and index pages on a cheaper object storage, like S3.
This would work really well for databases used almost for writes.

Of course we need to locally cache data downloaded from s3, in order to not download it too often.

In this mode we could work with only 1 active server per tablespace, like we do in diskless mode. This way we keep only one copy of the data on s3.

  1. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?

Should have

  1. Provide any additional detail on your proposed use case for this feature.

  2. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:

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

No branches or pull requests

1 participant