Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iHQYj-0005zL-9z for pgsql-gui-dev@arkaria.postgresql.org; Mon, 07 Oct 2019 10:48:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iHQYi-0007ek-07 for pgsql-gui-dev@arkaria.postgresql.org; Mon, 07 Oct 2019 10:48:08 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iHQYh-0007eZ-OH for pgsql-gui-dev@lists.postgresql.org; Mon, 07 Oct 2019 10:48:07 +0000 Received: from [212.85.157.172] (helo=mail.dalibo.com) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iHQYa-0004vS-Os for pgsql-gui-dev@lists.postgresql.org; Mon, 07 Oct 2019 10:48:07 +0000 Received: from webmail2.dalibo.info (unknown [212.85.157.167]) by mail.dalibo.com (Postfix) with ESMTPSA id 653B01F9ED for ; Mon, 7 Oct 2019 12:47:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dalibo.info; s=a; t=1570445278; bh=tR4008W7MgECzWYvdEYPGfDvsRTw17qkYwk4rnn9OyU=; h=Date:From:To:Subject:From; b=NYUyPlyt8/b0YtrtPYRc+qGwILVIvCOzb4eDd7svWpbJgjn7m3pDbyM2t7RxL4plS sPjnbCoWrBK5uwNu4oFTr9cFn3azxppDmYKkkbfoulnnDyujLrq/PMp8v2PaauPDJF 1JOKFW1k+a2+tg3t4fVHSnKPtDZwJnG3uUO9+PEQ= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 07 Oct 2019 12:47:58 +0200 From: Damien Clochard To: pgsql-gui-dev@lists.postgresql.org Subject: PEV2 Message-ID: <644180350482528a9b9b1d230b4362ef@dalibo.info> X-Sender: damien@dalibo.info User-Agent: Roundcube Webmail/1.3.8 X-Host-Lookup-Failed: Reverse DNS lookup failed for 212.85.157.172 (failed) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hey guys, Just a quick message to present PEV2 a new vizualization tool for explain plans developped by my colleague Pierre Giraud. The online demo is available at https://explain.dalibo.com The code is here : https://github.com/dalibo/pev2 This software is obviously inspired by the original PEV and by explain.depesz.com. -- Damien Clochard