Class SnowflakeConstants
- java.lang.Object
-
- com.amazonaws.athena.connectors.snowflake.SnowflakeConstants
-
public final class SnowflakeConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_PARTITION_COUNT
This constant limits the number of partitions.static int
SINGLE_SPLIT_LIMIT_COUNT
This constant limits the number of records to be returned in a single split.static int
SNOWFLAKE_DEFAULT_PORT
static String
SNOWFLAKE_DRIVER_CLASS
static String
SNOWFLAKE_NAME
static String
SNOWFLAKE_QUOTE_CHARACTER
-
-
-
Field Detail
-
SNOWFLAKE_NAME
public static final String SNOWFLAKE_NAME
- See Also:
- Constant Field Values
-
SNOWFLAKE_DRIVER_CLASS
public static final String SNOWFLAKE_DRIVER_CLASS
- See Also:
- Constant Field Values
-
SNOWFLAKE_DEFAULT_PORT
public static final int SNOWFLAKE_DEFAULT_PORT
- See Also:
- Constant Field Values
-
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
-
SNOWFLAKE_QUOTE_CHARACTER
public static final String SNOWFLAKE_QUOTE_CHARACTER
- See Also:
- Constant Field Values
-
-