When do we use Magic ETL and SQL data flows?

SIL2
SIL2 Member

Hello everyone

 

Im new at Domo.

When I want to transform and combine my data, is it better to use magic etl or sql data flows?  Does it matter? Ive already made some experiences, they both work fine. Is there a difference?

 

Thanks for your answers.

Comments

  • In my experience, anytime I'm doing something with large datasets or process intensive transformations I'll try to do it in the ETL module. ETLs normally run faster than SQL transforms. But there are some things that become cumbersome to 'code' in an ETL transform and then I'll just write what I need in SQL.

     

    But if possible, I try to use ETL.

  • I think it depends on the setup and if you have a existing Enterprise Data Warehouse or if you are using DOMO as one. If you do you can try and perform the complex data transformations (column manipulation, generating self joins for rankings, etc...) outside of DOMO. Then push that data in and just use Magic ETL for the remaining lighter transformations.

     

    My organization does not have a EDW so we use DOMO to merge a lot of our datasets from mutliple sources. Seems to me that once the transform get a little complex (which happens often), we need to make the switch to SQL. There is a significant difference in speed though, and I agree 100% that you should try and stick with Magic ETL as much as possible.