I have an external clickhouse cluster that has Azu...
# support
k
I have an external clickhouse cluster that has Azure blob storage as an option to store data. When signoz is connected the signoz databases and tables are by default created on the disk. Is there a way to tell signoz that it should create the databases in blob instead ?
s
Do you want to get rid of any kind of block storage and entirely keep all data in object storage?
k
@Srikanth Chekuri Yes. I would like to store entire data on Azure blob storage and nothing in local disk
s
I wouldn’t recommend that. ClickHouse will create many objects for writing and more on writing the merged parts. Anyway, You need to update the table TTL to change such that the storage policy is set to move data directly to object storage.