【问题标题】:Mondrian schema cache control蒙德里安模式缓存控制
【发布时间】:2014-01-31 12:34:22
【问题描述】:

我在清除 BI 服务器上的 Mondrian 模式缓存时遇到问题。我去 工具->刷新->蒙德里安缓存。但是 clear_mondrian_schema_cache.xaction 似乎没有清除缓存。

我需要在源数据更改时更新结果,但我似乎每次发出查询时都会不断获取缓存结果。

有人可以帮助我使用 API 来启用定期模式缓存刷新吗?

【问题讨论】:

  • 是的,我已经读过了。似乎没有帮助。
  • 您是否找到任何解决此缓存刷新问题的方法,您的任何输入都会对我有所帮助@JyotiSaini

标签: caching pentaho business-intelligence cache-control mondrian


【解决方案1】:

我使用以下 bash 脚本。没有任何 API faff 就可以很好地工作 :)。 相当于在控制台点击tools > refresh > mondrian cache

变量schema 是您在架构工作台应用中看到的架构名称

#!bin/bash
#
# script to clean pentaho cache

user=XXX
pass=XXX
host=localhost
schema=Reporting%20schemas

wget --no-check-certificate http://${host}:2310/pentaho/content/analyzer/ajax/clearCache?catalog=${schema}\&userid=${user}\&password=${pass}

感谢 pentaho 支持

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-08-15
    • 1970-01-01
    • 2016-11-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多