This content has been marked as final.
Show 5 replies
-
1. Re: performance with postgreSQL database
Ombir Rathee Oct 25, 2018 11:26 PM (in response to arjit singhal)This isn't related to Trail version.
Where are you scrolling ? I think your database is stored on local server as you're using the trail version. It might be possible that your system is slow.
What is your system configuration and how old is your os ?
-
2. Re: performance with postgreSQL database
arjit singhal Oct 26, 2018 12:10 AM (in response to Ombir Rathee)16 GB ram
3 GHz processor
Srolling the view down in crosstab
-
3. Re: performance with postgreSQL database
Ombir Rathee Oct 26, 2018 12:23 AM (in response to arjit singhal)Is your server stored locally or on remote location. Also, create a extract of data and then check if performance improve.
-
4. Re: performance with postgreSQL database
arjit singhal Oct 26, 2018 3:46 AM (in response to Ombir Rathee) -
5. Re: performance with postgreSQL database
Ombir Rathee Oct 26, 2018 6:40 AM (in response to arjit singhal)1 of 1 people found this helpfulIf its working fine with extract then switch to extract mode. This is the best option. If this is not possible then perform the join operations in the database itself instead in Tableau.Use indexes on relevant fields in database to optimize the join operations.