tristaZero opened a new issue #5280: URL: https://github.com/apache/shardingsphere/issues/5280
Hi guys, welcome! ### Background ShardingSphere 5.x will present itself with new valuable features and simple configuration API to our community. We will provide many of build-in sharding algorithms to users, which means uses can choose a proper one from sharding-algorithm selections before implementing the interface of the sharding algorithm themselves. Therefore we call for your idea for sharding algorithm selections! ### Why ShardingSphere has an active community, so I believe you have your sharding algorithm to meet your scenarios, right? If so, why do not you try to contribute them to the Apache community? Only a few of the effort, you can make some contribution to the community, which will become a part of sharding algorithm selections and is likely to be adopted by people all over the world. What's more, if you have another sharding scenario one day, then this selection will be the help for you in turn! ### What is `Range sharding algorithm` The key point of this algorithm is that a group of sequential numbers (sharding values) is considered as a sharding unit (partition table). For instance, if users want to accumulate five rows as a sharding table, then the first table will contain ID IN (1, 2, 3, 4, 5), and the second one will include rows with ID numbers from 6 to 10... You can light up your imagination to give a better design! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
