hi Team. is there a way to materialize the bitmap ...
# questions-and-troubleshooting
d
hi Team. is there a way to materialize the bitmap aggregate layer ( for distinct count) in S3 bucket as parquet and read to StarRocks on Demand? Currently i am storing the aggregate layer table in StarRocks ( shared nothing architecture) BE nodes. But i have a use-case where i need to create many such aggregate layer bitmap tables based on user created cohorts and so wanted to materialize to S3 as soon as it is created from SR and later load on-demand from S3 when this user specific cohorts needs to be used for analytics back to SR.