Report Portal

Parallelize incremental processing in Tabular #ssas #tabular

I recently came in a problem trying to improve the parallelism of Tabular processing. As you know, multiple tables can be processed in parallel, whereas the processing of several partitions within the same table cannot be parallelized. When you perform an incremental update by adding only new rows to existing table, what you really do is adding rows to a partition, so adding rows to many tables means adding rows to several partitions. The particular condition you have in this case is that every partition in which you add rows belongs to a different table.

Read more...

Tags: management, performance, process, tabular

 

2007-2015 VidasSoft Systems Inc.