|
If no HASH IS clause is specified, the database uses an internal hash function. If the
cluster key is already a unique identifier that is uniformly distributed over its range,
you can bypass the internal hash function and specify the cluster key as the hash
value, as is the case in the preceding example. You can also use the HASH IS clause to
specify a user-defined hash function.
看来上面的那个机制是由oracle内部自动实现的 |
|