Question about tiered storage+deep storage. We wan...
# general
e
Question about tiered storage+deep storage. We want to use pinot to query mostly fresh data (last week or so) and then store data long term on s3. We have deployed pinot in our k8s cluster using the helmchart and configuring the controller to backup to s3 seems to work. If I understand it correctly this is only to backup data which is also stored on local disks however and we want to keep the local disk usage low! Can we use tiered storage and configure one server to use s3 and another server to use local disks?
👀 1
k
Hi Erik, this feature is only available in StarTree version of Pinot. https://www.startree.ai/blogs/introducing-tiered-storage
e
k
The concept is the same.. open source supports hdfs ssd, ebs etc as tiers
StarTree version adds S3 as a tier
n
@User What about using S3 for deep storage (not tiered storage), is it also only supported in StarTree version?
k
no, that is available in OSS version as well
👍 1