Updated on 2022-02-22 GMT+08:00

Does DDM Support Distributed JOIN?

DDM supports distributed JOIN.

  • Redundant fields are added during table design.
  • Cross-shard JOIN is implemented by using broadcast tables, ER shards, and ShareJoin.
  • Currently, DDM does not allow cross-database update or deletion of multiple tables.