pgAdmin 4 commit: Improve the performance of explain plan by embedding

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Improve the performance of explain plan by embedding
Дата
Msg-id E1hqZy2-0005d1-TH@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Improve the performance of explain plan by embedding the images only when downloading it. Fixes #4307

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=54b0c76f431c2386c5e01be66491c19601228ae0
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes.rst                      |   1 +
docs/en_US/release_notes_4_8.rst                  |  13 +
web/pgadmin/misc/static/explain/js/explain.js     | 575 ++++++++++------------
web/pgadmin/misc/static/explain/js/image_maper.js | 285 +++++++++++
4 files changed, 560 insertions(+), 314 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Don't try to install Chromedriver using the chromedri
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Add a framework for testing reversed engineered SQL a