What's the best processing approach for individual SSAS Tabular tables? Here's the scenario.I have two fact tables. They need to be updated every 10 minutes. One fact table has 2,006,325 rows. The other fact table has 361,551 rows.I also have two dimension tables. They only need to be updated once a day. One is a date dimension with 4,046 rows. The other dimension table contains a hierarchy of our products. That table has 6,520,934 rows. I want to have 4 separate jobs, one for each table. What is the best approach for the fact tables (every 10 minutes) vs. the dimension tables (once a day)?
↧