How we reduced 99.6% in load time of a Tableau Workbook with 112 million string Calcs?
String calculations take up a lot of processing power. When you have lots of string calcs, it can slow down a dashboard. In this article, we will show you how we reduced the time by 99%. We help clients achieve similar results through our Tableau Consulting Services. You can also look this video to see how we did it! The Dataset had 28 million Rows and 112 million Calculations It was a movie review dataset. We extracted the year in which the move was released which was embedded in the movie title. E.g., ‘The Shawshank Redemption (1994)’, with even multiple parentheses in some cases. We wrote 4 new calculated fields, using string functions, to extract the movie year. An example calculation is shown below: So, it has 112 million calcs (4 row level string calcs * 28 million rows). The Viz Loaded in 7.9 Minutes! A simple viz that shows #movies and #reviews by movie year, took 7.9 mins to load! We feel dashboards should be fast that they don’t delay the speed of our thought process. A...