Performance of SELECT directly and from application

Поиск
Список
Период
Сортировка
От Jessica Holle
Тема Performance of SELECT directly and from application
Дата
Msg-id 404eece7-44b3-bbb4-177a-ff955d10e7e6@vit.de
обсуждение исходный текст
Ответы Re: Performance of SELECT directly and from application  (Laurenz Albe <laurenz.albe@cybertec.at>)
Re: Performance of SELECT directly and from application  (dbatoCloud Solution <dbatocloud17@gmail.com>)
Список pgsql-admin
Hi,

we use PostgreSQL 12.3.1 and have a little bit trouble with performance.
When the statement comes from the application (wildfly) duration is 
about 24982.819 ms. When I do the statement directly with psql duration 
is 967.773 ms.
Duration from Wildfly is known becaue we use in postgresql.conf 
"log_min_duration_statement = 5000". There I see, that from application 
are 3 variables used.
Is there any idea why this can happen or a hint to solve this issue?

Kind regards,
Jessica



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

Предыдущее
От: John Wiencek
Дата:
Сообщение: Re: automatic switchover / switchback
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Performance of SELECT directly and from application