Forum Discussion

ccconley's avatar
ccconley
Frequent Visitor
5 years ago
Solved

Does Redshift Support Query Folding?

Hi All,

Our company is using Redshift as the database. We noticed slowness when we trying to load large dataset (100MM + Rows table) into Power BI Service. Even when we turned on the incremental refresh, it's slow. We ended up using the XMLA endpoint to load partitions by batch. Does Redshift connection support query folding? Does anyone have some Redshift - Power BI best practices?

 

Thanks,

Conley

  • Hi ccconley ,

     

    Please try to use the OLE DB connector to import data from Redshift. As an option, you can also specify a SQL statement to execute against the OLE DB driver.

     

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.

    Best Regards,
    Winniz

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

3 Replies

  • v-kkf-msft's avatar
    v-kkf-msft
    Community Support

    Hi ccconley ,

     

    Please try to use the OLE DB connector to import data from Redshift. As an option, you can also specify a SQL statement to execute against the OLE DB driver.

     

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.

    Best Regards,
    Winniz

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • ccconley's avatar
      ccconley
      Frequent Visitor

      Thanks Winniz. We used ODBC connector before but the performance is also very bad. Is there a performance difference when using the OLE DB connector?