Hi everyone,
I am new to the Starrocks, and am trying to do a POC for my team. I am doing some research on how to use Starrocks share-data architecture as a OLAP database for realtime queries scenario. I am using Routine Load with Hash Bucketing on the timestamp column of my data. The timestamp is microsecond format and I try to apply Hash Bucketing on hour, e.g. DISTRIBUTED BY (date_trunc('hour', _time)). However, bucketing is not allowed to use functions, although PARTITION is.
Could anyone help me with this? Thanks