Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
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:

...