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

  • 相关阅读:
    使用Debug Diagnostic Tool排除内存泄漏故障
    Windows下实现应用程序看门狗软件
    linux教程:[3]配置Zookeeper开机启动
    设置zookeeper为systemctl守护进程
    Dr. Memory Quickstart Instructions in Chinese
    Windows Server2008R2,ServerWin2012 R2设置自动登录注册表配置
    Nacos 解读:服务发现客户端
    FeignClient注解及参数
    MySQL自动设置create_time和update_time
    LocalDate、LocalTime、LocalDateTime 和mysql交互
  • 原文地址:https://www.cnblogs.com/hongfeng2019/p/11643176.html
Copyright © 2011-2022 走看看