We have various SQL jobs for processing SSAS tabular models. Each job is executed daily, with an interval of the half hour from the previous one.
Currently, we are using the Full Process mode, which consumes a lot of memory and causes some jobs to fail.
Thus, We need to understand how other processing modes work in SSAS Tabular.
- What "Process Default" will do?
- What "Process Data" will do?
Do Process Data and process default modes update existing data, or only insert new ones?