性能调优

有关Tableau性能优化的资料
 
·        性能记录
https://onlinehelp.tableau.com/current/server/zh-cn/perf_troubleshooting.htm
 
·        性能调整
https://onlinehelp.tableau.com/current/server/zh-cn/perf_tuning.htm
 
·        性能调整示例
http://onlinehelp.tableau.com/current/server/zh-cn/perf_extracts_view.htm
 
·        设计高效工作簿(白皮书)
https://www.tableau.com/zh-cn/learn/whitepapers/designing-efficient-workbooks
 
·        优化工作簿性能
http://onlinehelp.tableau.com/current/pro/desktop/zh-cn/help.htm#performance_tips.html
 
·        仪表板或工作簿性能缓慢
http://kb.tableau.com/articles/Issue/slow-dashboard-workbook-performance?lang=zh
 
·        使用上下文筛选器提高视图性能
http://onlinehelp.tableau.com/current/pro/desktop/zh-cn/help.htm#filtering_context.html

 

各参数设置:

https://help.tableau.com/current/server/zh-cn/cli_configuration-set_tsm.htm

1/ 配置登陆session时间

 

 

基本语法为:

tsm configuration set -k <config.key> -v <config_value>

设置配置键值之后,您必须使用 tsm pending-changes apply 应用未完成的配置更改。在您这样做之前,新值将不会被 Tableau 使用或显示在 tsm configuration get 命令的结果中。您可以使用 tsm pending-changes list 查看未完成的更改。有关详细信息,请参阅tsm pending-changes。

若要将配置键重置回其默认值,请使用 -d 选项:
tsm configuration set -k <config.key> -d
若要查看当前为某个配置键设置的值,请使用 configuration get 命令:
tsm configuration get -k <config.key>

[root@bi-tableau-1 ~]# tsm configuration set -k wgserver.session.apply_lifetime_limit -v true
[root@bi-tableau-1 ~]# tsm configuration get -k wgserver.session.apply_lifetime_limit
false

需tsm pending-changes apply 重启服务

posted on 2019-10-09 17:33  锋锋2019  阅读(184)  评论(0编辑  收藏  举报

导航