Hi
I have 2 questions that I can’t find any answers to in the doc:
-
Import from Azure SQL
Currently we are having all of our customers data in Azure SQL databases, and generate fact tables for reporting. Is there an easy way to load data from Azure SQL into MemSql? I know that you can put it in a blob and make a pipeline for it… but seems like an extra step.
I’ll like to keep my transactions in Azure and only export whats needed for reporting to MemSql (size limitation) -
Scheme for MemSql
Which scheme does MemSQL prefer? A star scheme ? a more normalized one, or a (wide) fact table with redundant column information.?