MSCCP0007
Case insensitive columns can decrease performance of queries
Last updated
Case insensitive columns can decrease performance of queries
Last updated
This is a deprecated version of the SnowConvert documentation, please visit the official site .
Low
Using collation in Snowflake can affect the performance of queries, specially when used inside WHERE clauses, for more information on how collation affects performance please check the .
This warning is generated to point out that a column is created with case insensitive collation, any use of this column in queries may result in a performance degradation.
Analyze the impact of using case-insensitive collation on the performance of your application, if it is severely affected then consider refactoring your code to avoid using it, if the performance level is tolerable then this warning can be safely ignored.
If you need more support, you can email us at