Forum Discussion
Anonymous
4 years agoNot applicable
Need Help with solving ODBC - Gateway OutOfMemoryError in service
Hi, I am using an ODBC data source and configured incremental refresh in service. When I ran the first refresh, I get an error as below after it ran for 50 min. The dataset has 100+ million rows...
Anonymous
4 years agoNot applicable
Hi GilbertQ ,
I have changed it to odbc query and with a simple select statement, the query loadss the preview data but with a left outer join i need to use, i get an error below.
The query I am passing is:
Should I reach out to the DB team to expose a single table/view with all the columns I needed by joining all the tables? I can then do a star schema model to separate out fact & dim tables...
Any suggestions in overcoming the error above or alternate options to proceed?
GilbertQ
Super User
4 years agoHi Anonymous
That is an issue from the database, so I would suggest chatting to your DBA and see how they can assist with a query to get the data out as efficiently as possible.