We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecf56a commit 04907c0Copy full SHA for 04907c0
modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc
@@ -1074,7 +1074,6 @@ This method benefits from the performance of concurrent transactions while avoid
1074
1075
.Avoiding deadlocks by dividing an import task into a data-independent concurrent subquery followed by a data-dependent serial subquery
1076
// tag::subqueries_in_transactions_deadlock_example_2[]
1077
-// tag::subqueries_in_transactions_deadlock_example_2[]
1078
[source, cypher]
1079
----
1080
LOAD CSV WITH HEADERS FROM 'https://data.neo4j.com/importing-cypher/movies.csv' AS row
0 commit comments