执行 Postgres 分析

发布于 2024-11-02 07:20:19 字数 113 浏览 0 评论 0原文

在 PostgreSQL 8.4 中,有没有办法知道对表执行最后一次 ANALYZE 和/或 VACUUM 的时间?

我一直在查看文档,后来又查看了 pg_catalog,但找不到任何有用的东西。

In PostgreSQL 8.4, is there a way to know when the last ANALYZE and/or VACUUM has been performed on a table?

I've been looking around in the documentation and later the pg_catalog but not been able to find anything useful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟火散人牵绊 2024-11-09 07:20:19

在 PgAdminIII 中(我只是假设这是选择的工具,因为它很棒;)),您可以在统计列中看到这些信息。分别有analyze/vauum 和autoanalyze/autovacuum 的条目。

In PgAdminIII (I just assume that this is the tool of choice since it is great ;)), you see these information in the statistics column. There are entries for analyze/vauum and autoanalyze/autovacuum respectively.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文