HASH Partitioning Type
Learn about HASH partitioning, which distributes data based on a user-defined expression to ensure an even spread of rows across partitions.
Syntax
PARTITION BY HASH (partitioning_expression)
[PARTITIONS(number_of_partitions)]Description
Determining the Partition
MOD(partitioning_expression, number_of_partitions)Examples
See Also
Last updated
Was this helpful?

