I want to use citus data to shard my postgres database. before jumping into it i want to fully understand its behaviour in different scenarios. Although the docs explain most of the cases.
I want to know how would I go about moving data to a different shard when i update tenant_id
of a record?