Concepts
>
Attributes (MetaAttributes)
> DISTRIBUTE BY \ DB2 10.5
DISTRIBUTE BY \ DB2 10.5
DISTRIBUTE BY HASH:
Specifies the use of the default hashing function on the specified columns,
called a distribution key, as the distribution method across database
partitions.
DISTRIBUTE BY REPLICATION:
Specifies that the data stored in the table is physically replicated on each
database partition of the database partition group for the table spaces in
which the table is defined. This means that a copy of all of the data in the
table exists on each database partition.
Translations
Type
String (63) Enumeration
List of MetaClasses
SQL Clause
.
Value
(H), (R).
This site works best with JavaScript enabled