Tiered storage support #8024
CarlosRodrigues
started this conversation in
General
Replies: 1 comment
-
maybe @mulander can comment? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
We're currently evaluating a set of different DB engines for a use case that will store a big dataset.
Some of the older data will need to be readily available, even if retrieval performance takes a hit.
Keeping storage costs low is a key objective, given the likelihood of the dataset growing to really large volumes.
Foreign data wrappers may be a solution if we can get it to work with Azure Blob Storage, combined with automated data offloading and read-only views on top.
But before going there, I was wondering if tiered storage is something already considered in the roadmap, or if anyone has solved tiered storage in any other way with citus/PG.
Thanks,
Carlos
Beta Was this translation helpful? Give feedback.
All reactions