DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||
|---|---|---|
| ||
class PartitionAwarenessMetadata {
// Need for partition distribution calculation
private final int tableId;
// Mapping between dynamic params and colocation key columns
private final int[] indexes;
// If literals are present, hash items will be pre-calculated according to colocation ordering
private final int[] hash;
}
|
Initially let`s consider the scope of use cases this improvement can be applied to:
...