【问题标题】:How to check a greenplum database table transactions history?如何检查greenplum数据库表的交易历史?
【发布时间】:2017-07-13 13:50:41
【问题描述】:

如何查看一个greenplum数据库表的交易历史?

【问题讨论】:

    标签: database postgresql greenplum


    【解决方案1】:

    在“gpperfmon”数据库中,在“public”模式中,在“queries_history”表中。您可以从该表中查询并查看在 GP 中运行的所有查询。从该表中,您可以找到所需表上发生的事务。

    以下链接描述了 gpperfmon 数据库的创建

    https://gpcc.docs.pivotal.io/310/gpcc/topics/setup-collection-agents.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-09-27
      • 2023-03-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多