I'm trying to improve the query time for Tableau when it queries data from the table in my SQL Server database. When considering # of rows vs. # of columns, should I have a short & wide table or tall & thin?
This resource has done some research proving that the tall & thin approach is better: http://www.powerpivotpro.com/2011/08/less-columns-more-rows-more-speed/, but I wanted a few more sources of info before I started the formatting of the tables.
Would multiple tall & thin tables that are joined be less performant than 1 short & wide table when Tableau is pulling data from it to make visualizations?