Satya Kuppam
11/12/2025, 12:06 AMshared-data configuration? My usecase is, I have a tiered dataset, partitioned on timestamp, I want the first few months to be hot and preloaded into the cache as soon as data is loaded and the rest of the dataset can be cold where the penalty of reading from S3 is fine. I dont want to use shared-nothing configuration because the dataset is quite large and will become expensive.Kevin Cai
11/12/2025, 3:49 AMcache select can help here.ks
11/12/2025, 4:15 AMKevin Cai
11/12/2025, 4:17 AMks
11/12/2025, 4:17 AMYEAR, MONTH, DAY, and HOUR, for example, 7 DAY and 12 HOUR. If it is not specified, all data is cached as the hot data.
note
This property is available only when datacache.enable is set to trueks
11/12/2025, 4:19 AMKevin Cai
11/12/2025, 9:33 PMSatya Kuppam
11/14/2025, 3:05 AM