soda-core icon indicating copy to clipboard operation
soda-core copied to clipboard

[snowflake] queries on information schema are painfully slow

Open vijaykiran opened this issue 2 years ago • 1 comments

Looks like metadata queries on snowflake are very slow if we use lower on columns and table names.

See: https://stackoverflow.com/a/65078113/440589 and https://community.snowflake.com/s/article/metadata-operations-throttling#:%7E:text=What%20are%20the%20Metadata%20Operations,warehouse%20or%20customer%20data%20storage

Review the places in Snowflake data source and update the queries to more performant versions.

thank you @jasonicarter for help in debugging this issue!

vijaykiran avatar Jul 25 '22 15:07 vijaykiran

SODA-1000

jmarien avatar Jul 25 '22 15:07 jmarien

Fixed in 3.0.11

vijaykiran avatar Oct 26 '22 05:10 vijaykiran