pgMustard version 4

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 4
Date: 2021-06-19 10:12:32
Message-ID: 162409755275.690.17071110985796135240@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

We're pleased to announce version 4 of pgMustard – a tool that helps people review PostgreSQL query plans quickly.

Major improvements:

* Plan publishing – Plans can now be published (publicly) for sharing externally or internally, as long as they don't contain sensitive information.
* Tip improvements – New tips for bad read speeds and trigger timings, as well as small improvements to many of the existing tips, to make them clearer and better scored.
* Interface improvements – dedicated sections for Buffers, JIT, and Settings information, when provided, can now be found in the reading pane on the left.

Requirements:

* JSON format query plans from PostgreSQL 9.6 or newer
* The interface and advice are in English
* A GitHub or Google account, for authentication on our hosted version (no installation or database access required)
* Self-hosted option available, via Docker

pgMustard is commercial software and has a free trial.

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

Cheers,

Michael and Dave

[https://www.pgmustard.com/](https://www.pgmustard.com/)

Browse pgsql-announce by date

  From Date Subject
Next Message Psycopg Development Team via PostgreSQL Announce 2021-06-19 10:13:37 Psycopg 2.9 released
Previous Message pgAdmin Development Team via PostgreSQL Announce 2021-06-19 10:11:32 pgAdmin 4 v5.4 Released