MSCCP0007
Case insensitive columns can decrease performance of queries
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
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 Performance Implications of Using Collation.
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.
Code examples
Teradata
Oracle
SQL Server
Recommendations
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 snowconvert-support@snowflake.com
Last updated