pgMustard version 5

From: pgMustard via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pgMustard version 5
Date: 2024-09-23 13:27:11
Message-ID: 172709803140.692.14435097279626045778@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

I'm delighted to announce version 5 of pgMustard, a tool for helping review Postgres query plans.

Major improvements:

* New tip types: suboptimal JIT compilation, excessive trigger time, and scope for more parallelism.
* Workflow improvements: TEXT format support, add plans as optimizations of one another, and share plans privately within a team.
* New API endpoints: one for saving query plans, and another for returning scored tips.
* Postgres 17 support: SERIALIZE and MEMORY parameters, improved InitPlan and SubPlan reporting.

Requirements:

* TEXT or JSON format query plans, from PostgreSQL 9.6 — 17
* The interface and advice are in English
* A GitHub or Google account, for signing in

pgMustard is commercial software and has a free trial.

If you spend time reviewing query plans, we’d love to hear your thoughts.

Michael Christofides

https://www.pgmustard.com

Browse pgsql-announce by date

  From Date Subject
Next Message vitabaks via PostgreSQL Announce 2024-09-24 14:32:19 postgresql_cluster v2.0: Multi-cloud PostgreSQL HA Clusters (free & open-source)
Previous Message pgAdmin Development Team via PostgreSQL Announce 2024-09-23 13:21:47 pgAdmin 4 v8.12 Released