Josipmrden

Results 46 comments of Josipmrden

I have put this task into the backlog.

The method exists on Node and Relationship types and should be extended for maps.

@tonilastre is this fixed, can we close the issue?

Hello @dgarros . Are you able to read from the Memgraph logs what is the Cypher query that is being executed underneath the GraphQL? Parallel creation of nodes inside Memgraph...

I think the default isolation level in Neo4j currently is READ COMMITTED. We have SNAPSHOT ISOLATION which is a more strict isolation level. Isolation level can be changed in Memgraph....

@chrischabot Letting you know about this issue so our team responsible for solving Github issues can intervene.

https://github.com/memgraph/memgraph/pull/1339 This PR is associated with relaxation of write-write queries with regard to concurrent edge import. @dgarros we will update you with further results, but if everything goes well this...

@jngarber-st do you also have your queries to provide more information?

@jngarber-st I have created a new github issue for you, so we can track the progress on your issue specifically https://github.com/memgraph/memgraph/issues/1353

@dgarros A possible solution to your problem would be not using the edge that is connected to the root, but connect them with a "foreign key" So the query which...