ahn heesuk
11/18/2025, 1:04 AMKevin Cai
11/18/2025, 3:13 AMcache select to proactively warmup the data needed again into cache. If the access pattern can't be predicated, and the query perf is always crucial, shared-nothing might be a better choice then.jeff.ding
11/18/2025, 3:33 AMahn heesuk
11/18/2025, 3:53 AMcache select to proactively warmup the data needed again into cache. If the access pattern can't be predicated, and the query perf is always crucial, shared-nothing might be a better choice then.
Thanks for the explanation! It makes sense that we should choose the right approach depending on the data access pattern. 👍ahn heesuk
11/18/2025, 3:55 AMI must say, smart folks know to go with shared data.Since the benefits of shared-data are quite clear, I think we need to explore various tuning strategies to make the most of it (case-select, MV, etc.). Thanks for your help!