Incubator-superset: Can Snowflake be used as metadata database in Superset?

Created on 17 Dec 2019  路  2Comments  路  Source: apache/incubator-superset

Can Snowflake be used as metadata database in Superset?

Most helpful comment

The short answer is no. Snowflake is very limited in functionality found in typical OLTP databases (e.g. only supports constraints and primary/foreign keys for documentation purposes), and in general performs poorly (high latency) for high frequency queries. You're best off keeping your metadata in Postgres or MySQL, and using Snowflake for analytical workloads.

All 2 comments

Issue-Label Bot is automatically applying the label #question to this issue, with a confidence of 0.66. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

The short answer is no. Snowflake is very limited in functionality found in typical OLTP databases (e.g. only supports constraints and primary/foreign keys for documentation purposes), and in general performs poorly (high latency) for high frequency queries. You're best off keeping your metadata in Postgres or MySQL, and using Snowflake for analytical workloads.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eliab picture eliab  路  3Comments

dinhhuydh picture dinhhuydh  路  3Comments

thoralf-gutierrez picture thoralf-gutierrez  路  3Comments

amien90 picture amien90  路  3Comments

XiaodiKong picture XiaodiKong  路  3Comments