Forum Discussion

Don-Bot's avatar
Don-Bot
Icon for Helper V rankHelper V
2 years ago
Solved

Incremental Refresh adding a new column to table

I have an extremely large table that is currently being updated via Incremental Refresh.  I need to add a couple of fields to this main table.   Is there a way I can use ALM Toolkit or XMLA Endpoi...
  • lbendlin's avatar
    2 years ago

    yes, and yes.  Use ALM Toolkit to push the meta data changes WITHOUT recompute, and then use your favorite XMLA tool to slowly (!) reprocess all partitions (in "full"  mode)

     

    Obligatory note:  If you have dependencies like auto data time then related partitions will be refreshed too.