Re: [HACKERS] ToDo: no blocking (waiting) DDL

2016-12-13 Thread Pavel Stehule
2016-12-13 13:03 GMT+01:00 Alvaro Herrera : > Pavel Stehule wrote: > > Hi > > > > I don't remember well, there was maybe similar ToDo. > > > > Yesterday I got a incident on high load system when I executed DROP INDEX > > cmd. > > > > This statement waited on a finish of

Re: [HACKERS] ToDo: no blocking (waiting) DDL

2016-12-13 Thread Alvaro Herrera
Pavel Stehule wrote: > Hi > > I don't remember well, there was maybe similar ToDo. > > Yesterday I got a incident on high load system when I executed DROP INDEX > cmd. > > This statement waited on a finish of long transaction, but it stopped any > other statements. > > Can be nice when waiting

[HACKERS] ToDo: no blocking (waiting) DDL

2016-12-13 Thread Pavel Stehule
Hi I don't remember well, there was maybe similar ToDo. Yesterday I got a incident on high load system when I executed DROP INDEX cmd. This statement waited on a finish of long transaction, but it stopped any other statements. Can be nice when waiting on lock statement doesn't block another