Sharding

    • Configure data source information

    Rule Operation

    • Create sharding rule
    1. TYPE(NAME="hash_mod",PROPERTIES("sharding-count"="4")),
    2. );
    • Create sharding table
    • Drop sharding rule
    • Unregister storage unit
    1. UNREGISTER STORAGE UNIT ds_0, ds_1;
    • Drop distributed database