Class SnowflakeConstants


  • public final class SnowflakeConstants
    extends Object
    • Field Detail

      • MAX_PARTITION_COUNT

        public static final int MAX_PARTITION_COUNT
        This constant limits the number of partitions. The default set to 50. A large number may cause a timeout issue. We arrived at this number after performance testing with datasets of different size
        See Also:
        Constant Field Values
      • SINGLE_SPLIT_LIMIT_COUNT

        public static final int SINGLE_SPLIT_LIMIT_COUNT
        This constant limits the number of records to be returned in a single split.
        See Also:
        Constant Field Values