Forum Discussion

kadirkkkk1's avatar
kadirkkkk1
Frequent Visitor
10 months ago
Solved

Dataflow Gen1 data refresh duration is allways more than 30 seconds

In dataflow gen1 when i look at refresh history i see each of my table takes at least 30 seconds of update time. It doesn't matter how light is the query is, it always takes tthat much time. If i hav...
  • AntoineW's avatar
    AntoineW
    10 months ago

    I understand, but rest assuredyour queries are fine it’s just Gen1’s design.

     

    It’s not necessarily a best practice to create many small Dataflows Gen1 if each contains only one or two very light tables, because each one will incur that same startup overhead.

     

    Instead, you’ll get better performance by grouping related tables into a single dataflow so they refresh together within the same container session.

     

     

    Hope it helps you ! 
    Best regards,
    Antoine