zoukankan      html  css  js  c++  java
  • 性能调优

    有关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 重启服务

  • 相关阅读:
    F# 语法概览
    Excel 帮助无法正常工作的解决方法
    autofac 组件的实例范围
    visual studio code 中隐藏从 ts 文件生成的 js 文件和 map 文件
    git vim 编辑器基本操作
    nhibernate 中 lazy="no-proxy" 时的问题
    什么是数据科学
    Elasticsearch 疑难解惑
    Hadoop MapReduce执行过程实例分析
    深入浅出JVM
  • 原文地址:https://www.cnblogs.com/hongfeng2019/p/11643176.html
Copyright © 2011-2022 走看看