ExamGecko
Question list
Search
Search

Question 583 - COF-C02 discussion

Report
Export

At what level is the MIN_DATA_RETENSION_TIME_IN_DAYS parameter set?

A.
Account
Answers
A.
Account
B.
Database
Answers
B.
Database
C.
Schema
Answers
C.
Schema
D.
Table
Answers
D.
Table
Suggested answer: A

Explanation:

The MIN_DATA_RETENTION_TIME_IN_DAYS parameter is set at the Account level in Snowflake. This parameter specifies the minimum number of days Snowflake retains the historical data for time travel, which allows users to access and query data as it existed at previous points in time.

Here's how to understand and adjust this parameter:

Purpose of MIN_DATA_RETENTION_TIME_IN_DAYS: This parameter is crucial for managing data lifecycle and compliance requirements within Snowflake. It determines the minimum time frame for which you can perform operations like restoring deleted objects or accessing historical versions of data.

Setting the Parameter: Only account administrators can set or modify this parameter. It is done at the account level, impacting all databases and schemas within the account. The setting can be adjusted based on the organization's data retention policy.

Adjusting the Parameter:

To view the current setting, use:

SHOW PARAMETERS LIKE 'MIN_DATA_RETENTION_TIME_IN_DAYS';

To change the setting, an account administrator can execute:

ALTER ACCOUNT SET MIN_DATA_RETENTION_TIME_IN_DAYS = <number_of_days>;

asked 23/09/2024
Andre Beary
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first