a11y.skipToMainContent
1

クエリプランアナライザー

EXPLAINやEXPLAIN ANALYZE出力を貼り付け、クエリ実行計画をツリーとして視覚化します。 遅い操作と最適化の機会を特定します.

EXPLAIN Output
Analysis
More options
Was this tool helpful?
Send output to:
Advertisement

How to use Query Plan Analyzer

  1. クエリでEXPLAINまたはEXPLAIN ANALYZEを実行します.
  2. 入力フィールドに出力を貼り付けます.
  3. 視覚化された実行計画ツリーを表示します.
  4. ボトルネックを赤で強調表示します.

クエリプランアナライザーとは?

クエリプランアナライザは、データベースからEXPLAINまたはEXPLAIN ANALYZEの出力をとり、インタラクティブツリー図として視覚化します。 各ノードは、そのコスト、行、および実行時間で動作(スキャン、参加、ソート)を表す。

このツールは、高価な操作、大テーブルのシーケンシャルスキャン、不足しているインデックスを強調することで、SQLクエリでパフォーマンスボトルネックを識別するのに役立ちます。 PostgreSQL と MySQL EXPLAIN の形式をサポートしています。

Advertisement

FAQ

どのデータベースがサポートされていますか?
PostgreSQL と MySQL EXPLAIN の出力形式がサポートされています.
「Seq Scan」とはどういう意味ですか?
シーケンシャル・スキャンは、データベースがテーブル内のすべての行を読み込みます。 大きいテーブルでは、インデックスが必要な兆候がよくあります.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

Advertisement