Facts & Figures Flashcards
Metrics tested in Snowflake Snowpro Core cert
Micropartition maximum size
16MB compressed, 50-500MB uncompressed data
Snowflake now issues behavior change bundles into which an account can opt-in early, or defer. How often are these released
Frequency ~ monthly
Opt-in - 4 weeks early
Opt-out - 4 weeks late
How often are storage keys rotated?
Key rotation - 30 days
How often are storage keys re-encrypted?
Re-encryption - 365 days
What is the default session timeout
5 min
What is the maximum session timeout
240 min
How long is Information Schema retained?
7 days to 6 month, Complete Task Graph 60 minutes
What is the latency for Information Schema?
Essentially zero-latency
Is the Account Usage schema a super- or sub-set of the Information Schema?
Superset.
What is the latency for Account Usage Schema?
45 min - 3 hours
How long is Account Usage Schema stored?
1 year
What is the minimum the Query Result Cache retained
24 hours
What is the maximum the Query Result Cache retained
31 days
What setting controls query timeout?
Statement_Timeout_in_Seconds?
What is the default query timeout?
2 days
What is the maximum value for the query timeout?
7 days
How long is the retention for the Query History in Snowsight?
14 days
What is the default auto-suspend value for a new Warehouse?
10 minutes
What is the default auto-suspend value for a new Warehouse created in Snowsight?
5 minutes
What is the minimum value for multi-cluster warehouses?
1
What is the maximum value for multi-cluster warehouses?
10
What are the two scaling policies for a multi-cluster warehouse?
Standard, Economy
How long does it take to scale out a multi-cluster warehouse set to Standard scaling?
As soon as a query queues.
How long does it take to scale out a multi-cluster warehouse set to Economy scaling?
6 minutes
What is the default QAS setting Query_Acceleration_Max_Scale_Factor?
8
What is the valid range for the QAS setting Query_Acceleration_Max_Scale_Factor?
0-100
What is the minimum Snowflake edition for the query acceleration service?
Enterprise
What is the minimum Snowflake edition for the multi-cluster service?
Enterprise
What is the minimum Snowflake edition for the tri-security service?
Business Critical
What is the maximum size of a variant column?
16MB
Recommended file size for COPY (and file-based Snowpipe, for reasonable costs)
100-250MB compressed
Maximum # of files loaded by explicit list
100
Number of days COPY retains metadata to avoid duplicate loads
64
Number of days Snowpipe retains metadata to avoid duplicate loads
14
If if input is too big for variant column, what is a potential resolution?
strip_outer_array
Default file size during file unload
16MB
Maximum file size during file unload
5GB
What is the default setting for Max_Extention_Time_In_Days to keep a stream from going stale?
14 days
What is the maximum setting for Max_Extention_Time_In_Days to keep a stream from going stale?
90 days
What are the maximum number of tasks in a DAG?
1000 tasks
What are the maximum number of children in a DAG?
100
What is the maximum number of days available for Time-travel in Standard Ed?
1 day
What is the maximum number of days available for Time-travel in Enterprise Ed?
90 days
What is the available setting for Time-travel in Transient tables?
1 day
What is the available setting for Time-travel in Temporary tables?
0 days (not available)
What OSes does SnowSQL support?
Mac, Linux, Red Hat, Ubuntu, Windows
When creating a new top-level role, what system role should it be granted to?
SYSADMIN
What can User Admin manage?
Users and Roles created by the User Admin
What can SecurityAdmin manage?
Same as User Admin and can manage GRANTS
What is the recommended number of columns in a cluster for a table?
3-4
When using multiple columns in a cluster, should they be ordered by cardinality High to Low or Low to High?
Low to High
What does it mean to have “low cardinality”?
Few distinct values, e.g. TRUE, FALSE
What does it mean to have “high cardinality?”
Many distinct values, e.g. SSN
What happens in a join without a join condition?
Exploding joins or cartesian products, where the result is N x N