Re: Related To Query Optimization

Поиск
Список
Период
Сортировка
От Holger Jakobs
Тема Re: Related To Query Optimization
Дата
Msg-id 3c797d81-49e6-e8a2-b1b0-b63cb25901e5@jakobs.com
обсуждение исходный текст
Ответ на Related To Query Optimization  (ROHIT SACHDEVA <sachdeva.rohit648@gmail.com>)
Список pgsql-admin
Am 11.05.23 um 16:50 schrieb ROHIT SACHDEVA:

Hi Team,

 I am facing an issue where one of the queries is taking time in production.
When I put that query in explain, I found many nested loop conditions were being used, so just for testing, I disabled the enable_nestloop flag for a session, and now the query is running fast.
I also ran an analyze on every table of that query and also indexing is there on required columns.

 Tell me where i am wrong and what can be done, as i don't want to disable it because, according to me, it's not a good practise.  


--
Have a Good day !!!

Regards
Rohit Sachdeva

I think it's totally impossible to tell without knowing more details.

Please post the CREATE TABLE commands, the number of rows in the tables, the SELECT command and the output of EXPLAIN.

Kind Regards,

Holger


--
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012
Вложения

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

Предыдущее
От: Holger Jakobs
Дата:
Сообщение: Re: nextval() on serial using old, existing value on insert?
Следующее
От: kaido vaikla
Дата:
Сообщение: Re: pg_stat_activity query_id