You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/12/17 20:02:47 UTC

[GitHub] [incubator-superset] villebro commented on issue #8855: Can Snowflake be used as metadata database in Superset?

villebro commented on issue #8855: Can Snowflake be used as metadata database in Superset?
URL: https://github.com/apache/incubator-superset/issues/8855#issuecomment-566726289
 
 
   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 for low-latency low-volume queries. You're best off keeping your metadata in Postgres or MySQL, and using Snowflake for analytical workloads.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org