Forum Discussion
zenisekd
5 years agoSuper User
Occasional scheduled refresh errors of postgre SQL: PostgreSQL: Exception while reading from stream
Hi everyone, I have a problem that I can't figure out by myslef... I use Posgre SQL database (on AWS) IMPORT. I loaded about 30 tables (I use the dataset as a datasilo). I made a couple o...
lbendlin
5 years agoSuper User
Could be query timeout issues but my money is on an overloaded PostgreSQL server. In your Power BI file, disallow parallel loading of tables and see if that improves reliability (at the expense of speed).
zenisekd
5 years agoSuper User
Timeout set to 90 minutes, didnt help. Now I am testing your slow solution...
- lbendlin5 years agoSuper User
Also talk to the owner of the PostgreSQL server to see if they can do diagnostics on their end, and maybe add an index or two.
- zenisekd5 years agoSuper User
it runs on AWS... not sure, if there could be an issue.
- Anonymous5 years agoNot applicable
I have the same intermittent problem refreshing multiple datasets with PostgreSQL in AWS. Did you get closer to a solution ?