Fading Coder

One Final Commit for the Last Sprint

MyCat Database Sharding Strategies

Configuration Rules MyCat sharding requires defining table rules and functions in configuration files. Table Rule Structure <tableRule name="custom-sharding-long"> <rule> <columns>user_id</columns> <algorithm>range-long</algorithm> </rule> </tab...