Hi,
Insert query hangs what could be the reason. Is there any way to find out?
Any timeout feature there with query which can be set at client or server end?
Regards
Tarkeshwar
Insert query hangs what could be the reason. Is there any way to find out? Any timeout feature there with query which can be set at client or server end?
It might be due to concurrent primary key/unique key modifications. Try to enable the log_lock_waits in postgresql.conf, which gives you more locks information.