Troubleshooting for Unable to retrieve data error

I want to create a datasetview using some datasources in redshift. However, I frequently facing unable to retrieve data error message while preparing the data. It really being a bottleneck to get my job done.
For context, I want to perform simple inner join between Table A and Table B. Table A contains 120 million rows and Table B contains 115 million rows. I also limiting the data by only select necessary fields (10 columns from Table A and 15 columns from Table B) but still no luck for me.
I am not sure where to start to find the root cause, my internet connection, computer memory, domo instance or any else? Is there any guide to troubleshoot this issue?
Thanks in advance!
Best Answer
-
It can be difficult to work with large datasets across systems. In SQL, I prefer using OPENQUERY to run the process on the remote server and return just the result.
Similarly, Dataset Views and Magic ETL in Domo pull in full datasets before doing joins, which isn't ideal for massive tables. Limiting fields helps, but not enough when row counts are huge.
Check where the issue happens—during preview or when joining? Try to offload work to Redshift first. Use pre-joined views or filtered tables. Federated datasets may help since they run queries directly on Redshift without importing full data into Domo.
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **0
Answers
-
It can be difficult to work with large datasets across systems. In SQL, I prefer using OPENQUERY to run the process on the remote server and return just the result.
Similarly, Dataset Views and Magic ETL in Domo pull in full datasets before doing joins, which isn't ideal for massive tables. Limiting fields helps, but not enough when row counts are huge.
Check where the issue happens—during preview or when joining? Try to offload work to Redshift first. Use pre-joined views or filtered tables. Federated datasets may help since they run queries directly on Redshift without importing full data into Domo.
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **0 -
This link may be helpful:
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **0
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 664 Datasets
- 120 SQL DataFlows
- 2.3K Magic ETL
- 824 Beast Mode
- Visualize
- 2.6K Charting
- 86 App Studio
- 46 Variables
- Automate
- 194 Apps
- 486 APIs & Domo Developer
- 90 Workflows
- 24 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 119 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 143 Governance & Security
- 11 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive