docs/content/user-manual/configuration/built-in-strategy/sharding.en.md
+++ title = "Job Sharding Strategy" weight = 1 +++
Type: AVG_ALLOCATION
Sharding or average by sharding item.
If the job server number and sharding count cannot be divided, the redundant sharding item that cannot be divided will be added to the server with small sequence number in turn.
For example:
Type: ODEVITY
Sharding for hash with job name to determine IP asc or desc.
IP address asc if job name' hashcode is odd; IP address desc if job name' hashcode is even. Used to average assign to job server.
For example:
Type: ROUND_ROBIN
Sharding for round robin by name job.