Forum Discussion

wintergolem's avatar
wintergolem
Frequent Visitor
4 years ago
Solved

Dataflow with incremental refresh doing a full table load x16 times

I'm working on adding incremental refresh to a fact table in my dataflow, unfortunately when this dataflow does it's next refresh I see 16 processes on my mysql instance that are all performing the s...
  • KNP's avatar
    4 years ago

    With the information given, the first place I'd be checking is to ensure query folding is occurring.

    I assume query folding works with MySQL the same as MSSQL?

    My understanding is, without query folding, the advantages of incremental refresh are redundant.