victortony

Results 1 issues of victortony

Hi, I have two tables in my system: dm_user_set_mapping_di and dm_user_set_mapping_di_tmp. ` CREATE TABLE profile.dm_user_set_mapping_di ( `date` UInt32, `userset_key` String, `uv` AggregateFunction(groupBitmap, UInt64) ) ENGINE = Distributed( 'perftest_3shards_1replicas', 'profile', 'dm_user_set_mapping_di_local',...

question