SnowPro Core Certification — Question 939

What are potential impacts of storing non-native values like dates and timestamps in a VARIANT column in Snowflake?

Answer options

Correct answer: B

Explanation

Storing non-native values like dates and timestamps in a VARIANT column can lead to slower query performance because the system must convert these values into a usable format, which adds overhead. Additionally, this can result in increased storage consumption since VARIANT data types are less efficient compared to native types, which use storage more effectively.