How to load large table into tableau for data visualization?

前端 未结 4 854
别跟我提以往
别跟我提以往 2020-12-18 08:10

I am able to connect tableau with my database but the table size is really large here. Everytime I try to load the table into tableau, it is crashing and I am not able to fi

4条回答
  •  遥遥无期
    2020-12-18 08:26

    Not really sure what your use case is, but I find it unlikely that you need all that data for one Tableau view.

    You can parse down / aggregate the data using a view in the database or custom SQL from your Tableau connection. Also, try to use extracts rather than live database connections, as they will preform faster.

    I like to use views in the database and then use those views to refresh my Tableau extracts on Tableau Server.

提交回复
热议问题