Obsfly

Feature · /explain-plan

実行プラン

遅いクエリを手動でEXPLAIN ANALYZEする日々は、もう終わりです。

In one line

EXPLAINプランを自動キャプチャ、時系列でのプラン差分、回帰検出。

What you get

  • Auto-EXPLAIN trigger on configurable thresholds (>500ms, >100k rows, etc.)
  • Plan storage in S3-compatible blob with 90-day retention
  • Visual plan tree with cost breakdown, actual vs estimated rows, buffer hit ratios
  • Plan diff: side-by-side comparison of two plans for the same signature
  • Regression detector: surfaces 'this plan got 3× slower yesterday' before it pages anyone
  • Postgres, MySQL, Oracle, SQL Server

vs Datadog DBM

Datadog DBM ships explain plan capture. Obsfly adds a structured plan-diff view (Datadog only renders the latest plan) and a regression timeline.

FAQ

Does auto-EXPLAIN slow my database down?+

We sample — capture EXPLAIN for 1 in N executions of slow signatures, capped at 60 EXPLAIN calls per minute per host. Tunable per integration.

Can I disable it for sensitive queries?+

Yes. Tag signatures or schemas as 'no_explain' in the agent config and they're skipped.

Related reading

· · ·

サービスと同じようにデータベースを監視する。

30 分のデモをご予約ください。フリートを一緒に設計し、最初の 30 日間のお見積りをお出しします。

実行プラン for Postgres, MySQL, MongoDB & more · Obsfly