Obsfly

Feature · /explain-plan

执行计划

再也不用手工 EXPLAIN ANALYZE 慢查询。

In one line

自动捕获 EXPLAIN 计划、按时间做计划 diff、回归检测。

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