• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum AzureSqlDataWarehouseUploadTableDistribution

Namespace:
Varigence.Languages.Biml.Task
Assembly:
Biml.dll
C#
    public enum AzureSqlDataWarehouseUploadTableDistribution
    
  

Fields

Hash

Distributes rows across the Compute nodes through a deterministic hash function in order to assign each row to a distribution.

RoundRobin

Distributes table rows evenly across all distributions. Unlike Hash-distributed tables, rows with equal values are not guaranteed to be assigned to the same distribution.

© Varigence