Forum Discussion
JasonC_XBI
6 years agoAdvocate II
Out of memory while reading tuples; memory allocation error
I have been attempting to connect to RNA central (https://rnacentral.org/help/public-database), a public access PostgeSQL database using Power BI. I have been attempting to connect using the psqlODB...
HotChilli
6 years agoCommunity Champion
Online sources suggest a postgres/odbc configuration change could solve this.
Have you tried altering the 'Use Declare/Fetch' option under DataSource in ODBC setup? If I understand the option correctly, it implements a cursor which returns data in smallish batches rather than one enormous batch
harvelino
2 years agoRegular Visitor
Thank you.