[pgAdmin][RM4988] Refactoring of all the SQL files used by pgAdmin4

Поиск
Список
Период
Сортировка
От Aditya Toshniwal
Тема [pgAdmin][RM4988] Refactoring of all the SQL files used by pgAdmin4
Дата
Msg-id CAM9w-_mgjt9ju6057rQi87XpaA5CXSnwkYa=pgLf7wvW4nCs-g@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin][RM4988] Refactoring of all the SQL files used by pgAdmin4  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список pgadmin-hackers
Hi Hackers,

Attached patch which is related to RM4988, reduces the number of hits to edit_mode_types.sql (an expensive one).
Currently, this is query is executed for every column one by one when table properties dialog is opened. I've added edit_mode_types_bulk.sql, which will fetch the edit types for all the distinct column types used in the table in a single DB trip and use that data for each column.
Also, while generating RE-SQL for columns, edit_mode_types.sql will not be executed.
This will definitely reduce time.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"
Вложения

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

Предыдущее
От: Levitt Olivier
Дата:
Сообщение: RE: [Pgadmin] [Docker] servers.json import fails when running indesktop mode
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Improved performance while fetching edit types for ea