Re: PATCH: graphical explain

From: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: graphical explain
Date: 2016-04-12 10:36:59
Message-ID: CA+yw=mMQS7GMcq0GGENbOrw4iJJQMmeDomehrZ985X-yJz0RFA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please do ignore previous patch as it contains trailing whitespaces.
PFA the revised patch after resolving this issue.

Regards,
Sanket Mehta
Sr Software engineer
Enterprisedb

On Mon, Apr 11, 2016 at 10:04 PM, Sanket Mehta <
sanket(dot)mehta(at)enterprisedb(dot)com> wrote:

> Hi,
>
> PFA the patch for graphical explain feature.
>
> It consists of explain.js, __init__.py and demo_explain.html, snap_svg.js
> and snap_svg-min.js file.
>
> Currently I have placed hard coded JSON data in demo_explain.html file to
> display graphical output; which will be replace by actual output user get
> from server in JSON format.
>
> Use below URL to access graphical output:
>
> *http://localhost:5050/misc/explain <http://localhost:5050/misc/explain>
> where 5050 is the port your web server is running on*
>
> To test the patch, user can replace plan data (stored in 'data' variable)
> in demo_explain.html with other valid plan data in JSON format and run the
> above URL.
>
> Please review the patch and provide comments for the same.
>
> TODO: Integration of graphical explain into sql editor
>
>
> Regards,
> Sanket Mehta
> Sr Software engineer
> Enterprisedb
>

Attachment Content-Type Size
graphics_explainv1.patch text/x-patch 555.4 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-04-12 11:24:19 pgAdmin 4 commit: Improvised Select2Cell, and SwitchCell.
Previous Message Akshay Joshi 2016-04-12 10:24:10 [pgAdmin4][Patch] Add affected row count support in psycopg2