Re: PATCH: Graphincal explain integrated in sql editor

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема Re: PATCH: Graphincal explain integrated in sql editor
Дата
Msg-id CAG7mmoxesV4nQprcm_X70QtB6Hv76=2LW5R7kZ7b3WNy1kH3Sg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PATCH: Graphincal explain integrated in sql editor  (Sanket Mehta <sanket.mehta@enterprisedb.com>)
Ответы Re: PATCH: Graphincal explain integrated in sql editor  (Sanket Mehta <sanket.mehta@enterprisedb.com>)
Список pgadmin-hackers
Hi Sanket,

Please find the review comments.
- Please add the missing 'explain.css'.
- The application should be smart enough to handle conflict in options.
   i.e.
   Buffer is not a valid options without EXPLAIN ANALYZE.
- A statement having EXPLAIN keywords with different format should at least render the output in the data-grid.
  i.e. EXPLAIN (FORMAT xml) SELECT * FROM xyz;
- Please use the keywords used in the EXPLAIN statement in capital.
- Explain should not work with empty string.
- Font size in the tooltip is very small.
- Smoothing the zoom functionality.
- Arrow marker is hardly visible.


--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi


On Mon, Apr 25, 2016 at 3:06 PM, Sanket Mehta <sanket.mehta@enterprisedb.com> wrote:
Hi,

This patch includes the patch sent earlier for stand alone graphical explain.

And also "horizontal lines are not proper" bug is fixed in the same which was reported by Dave in previous patch.

Regards,
Sanket Mehta
Sr Software engineer
Enterprisedb

On Thu, Apr 21, 2016 at 8:38 PM, Sanket Mehta <sanket.mehta@enterprisedb.com> wrote:
Hi Team,

PFA the first patch for graphical explain integrated in sql editor.

Below are the few things which are different from previous patch which was sent for stand alone graphical explain.

 -  Now user can select Explain/Explain Analyze with four optional properties (Verbose, costs, timing and buffers)

 - Initially graph will be scale (according to only its width not height) to fit to screen so no blank space will be there in case of very large graph.

- Along with zoom in/out button, "zoom to original" button is also provided, by clicking on which graph will be scale to its original size (not same as initial one which is according to screen size).

Please do review this patch and let me know in case you have any comments.


Regards,
Sanket Mehta
Sr Software engineer
Enterprisedb


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Do not reset the driver registry when the 'load_drive
Следующее
От: Neel Patel
Дата:
Сообщение: Re: [pgAdmin4][Debugger]: Initial Patch