Search Postgresql Archives

Re: query locks up when run concurrently

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/23/2016 01:52 PM, azhwkd wrote:
Greetings!

The parallel calls should not be working on the same row. Each query
services a different group ID on it's own and there is no overlap.

Except the INSERT query in the trigger function is working on dates not group ids.


Kind regards,
Sebastian


Tom Lane <tgl@xxxxxxxxxxxxx <mailto:tgl@xxxxxxxxxxxxx>> schrieb am Mi.,
23. Nov. 2016 um 17:47 Uhr:

    azhwkd@xxxxxxxxx <mailto:azhwkd@xxxxxxxxx> writes:
    > I have a query which if run alone usually completes in about 300ms.
    > When run in my application this query constantly locks up and bogs
    > down all connections of the connection pool (In the application this
    > query is run up to 10 times in parallel with different parameters).
    > What's really weird is that I can re-run one of the hung queries from
    > the command line while it's hung and it will complete as expected
    > while the hung queries continue to use 100% CPU time.

    Judging from the EXPLAIN timing, most of the work is in the trigger,
    which leads me to wonder if the parallel calls are likely to be fighting
    over inserting/updating the same row in the group_history partition
    tables.  Or are you certain that they should be hitting different rows?

                            regards, tom lane



--
Adrian Klaver
adrian.klaver@xxxxxxxxxxx


--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux