Forum Discussion

C4YNelis's avatar
C4YNelis
Advocate III
1 year ago
Solved

How does Incremental refresh behave (in PRO) with multiple schedules in relation to subqueries

Hi all,   recently I've reached the limits of what our gateway likes in terms of dataload each morning (internal service errors). Though mainly to do with parallel loading of tables and a max concu...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi C4YNelis ,

     

    Since each table's incremental refresh policy is independent, the subqueries will extract data according to the specific `RangeStart` and `RangeEnd` parameters set for each table. Therefore:
    - The stock data subquery will extract data for the last 2 years.
    - The sales history subquery will extract data for the last 7 years.

    In summary, the data extracted from your SQL database will be 2 years for stock data and 7 years for sales history, based on the respective incremental refresh policies.

     

    Best Regards,

    Neeko Tang

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