User Guide > User Guide > New Features in Version 6.2
Was this helpful?
New Features in Version 6.2
Automatic Partitioning
When creating a partitioned table, the AUTOMATIC partitioning scheme randomly distributes rows evenly among the partitions.
AUTOMATIC is an alternative to the HASH partitioning scheme, used in earlier releases, in which rows are distributed evenly among the partitions according to a hash value.
For more information, see CREATE TABLE and Automatic Partitioning in the SQL Language Guide.
Last modified date: 06/28/2024