Sharding
- Configure data source information
Rule Operation
- Create sharding rule
TYPE(NAME="hash_mod",PROPERTIES("sharding-count"="4")),
);
- Create sharding table
- Drop sharding rule
- Unregister storage unit
UNREGISTER STORAGE UNIT ds_0, ds_1;
- Drop distributed database