I'm running the community edition, v4.4.5 with browser 4.4.3 on an Ubuntu 20.04 machine
So, I have a running query that is performing a long LOAD CSV
.
At the same time, I launch another query, which belongs with MATCH (n:OldAssetContract)-[r]-() DETACH DELETE n,r
The first query DOESN'T WORK on OldAssetContract
, but the second looks locked and waits until the first query finished
So, WHY?
And, are there differences in locking between the community and the enterprise edition?