ダウンロードリスト

プロジェクト概要

pg_store_plans は実行計画ごとに実行統計を取得する PostgreSQL 機能拡張です。pg_stat_plans と同様に pg_stat_statements の派生物ですが、pg_store_plans は pg_stat_statements が問い合わせを記録するのと同様に実行計画そのものも参照可能な形で記録します。

システム要件

システム要件が設定されていません

リリース時刻: 2020-01-30 19:38
pg_store_plans12 1.4 (7 個のファイル 非表示)

リリースノート

Version 1.4 is fixed a bug and got a new feature since 1.3.

Verision 1.4 is available only for PostgreSQL 12 or later.

  • Bugs:
    • The content of the pg_store_plans.plan is converted from storage format (raw string) to printing format. Queries that output the column gets ERROR when the converted string had characters that need encoding after the length of raw string, or when the conversion made the plan string shorter.
  • New features:
    • pg_store_plans view now has three new columns min_time, max_time and stddev_time as pg_stat_statements has.

バージョン1.4ではバージョン1.3以降一件のバグ修正と一件の新機能があります。

バージョン1.4は PostgreSQL 12 以降のみで利用可能です。

  • バグ
    • pg_store_plans.plans の内容は表示前に格納形式から表示形式に変換されます。このカラムを出力するクエリは以下の場合にエラーとなります。
      • 変換後の文字列が変換前の長さよりも後ろにエンコーディングが必要な文字を含んでいた場合
      • 変換後の文字列が変換魔よりも短くなった場合。
  • 新機能
    • pg_stat_statements と同様の max_time, min_time, stddev_time の3つのカラムが pg_store_plans ビューに追加されました。

変更履歴

変更履歴はありません