How to reduce SQL Dataflow runtime?

Hi,
I was wondering if there are any effecient ways to reduce the MySQL Dataflow runtimes?
Please provide any tips/tricks.
Thanks in advance.
Best Answer
-
If you're using transforms in multiple stages, you can create new transforms, without outputs, and create indexes in them, like:
alter table `transform_data_1` add index (`column_name1`,`column_name2`)
Aaron
MajorDomo @ Merit Medical
**Say "Thanks" by clicking the heart in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"3
Answers
-
What have you currently implemented?
The first option is to ensure you're properly indexing your inputs as well as your transforms.
A second option would be to reduce the number of columns your inputs and transforms have.
Aaron
MajorDomo @ Merit Medical
**Say "Thanks" by clicking the heart in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0 -
I am joining 3 different tables and performing calculations on the 3 columns in the 3 different datasets.
I have indexed columns which are involved in the join.
How to index on the transforms?
0 -
If you're using transforms in multiple stages, you can create new transforms, without outputs, and create indexes in them, like:
alter table `transform_data_1` add index (`column_name1`,`column_name2`)
Aaron
MajorDomo @ Merit Medical
**Say "Thanks" by clicking the heart in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"3
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 311 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 3.8K Transform
- 656 Datasets
- 115 SQL DataFlows
- 2.2K Magic ETL
- 811 Beast Mode
- 3.3K Visualize
- 2.5K Charting
- 80 App Studio
- 45 Variables
- 771 Automate
- 190 Apps
- 481 APIs & Domo Developer
- 77 Workflows
- 23 Code Engine
- 36 AI and Machine Learning
- 19 AI Chat
- AI Playground
- AI Projects and Models
- 17 Jupyter Workspaces
- 410 Distribute
- 120 Domo Everywhere
- 280 Scheduled Reports
- 10 Software Integrations
- 142 Manage
- 138 Governance & Security
- 8 Domo Community Gallery
- 48 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 114 Community Announcements
- 4.8K Archive