79711256

Date: 2025-07-23 02:52:23
Score: 0.5
Natty:
Report link

If you didn't change the number of shards, then deduplication should work eventually and you should always insert data into the same shard

Did you use something like that

SELECT shardNum(), id, count() c FROM cluster('my-cluster',my_db.my_table_local) FINAL GROUP BY ALL HAVING c > 1

to check deduplication works or use another approach?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Slach