Hi all, hope you are doing well :slightly_smiling_...
# general
h
Hi all, hope you are doing well 🙂 Are there any plans to add support for additional storage and query backends other than Clickhouse? Sorry if this is somewhere in the docs already, the search didn't turn up too much useful info.
p
We primarily support only ClickHouse at the moment. You can use S3 (or GCS) as a cold storage alongside ClickHouse disk volume. But the data would be moved from clickhouse to S3 after X days retain it for total of Y days.
p
yes but are there plans to implement other backend in the future?
p
we had support for Druid in the past. However, we had to discontinue since it was difficult to support identical features in multiple time-series database.
We do not have any plans in near future to support other database as primary storage.
m
Is X predefined? Coz i dont see any option for X in the Helm or UI
p
@Mayur B The options for S3 would only be available in UI after you enable cold storage from Helm values.
m
Yes thanks, Saw that now