Skip to content

Commit a53946e

Browse files
authored
Merge pull request #2213 from knutwalker/1.3_doc-no-concurrency-in-write-rels
Document that writeRelationships runs single-threaded
2 parents eda13cf + 10bf7d2 commit a53946e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/asciidoc/management-ops/graph-catalog.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ This can be used to write algorithm results (for example from <<algorithms-node-
404404

405405
The relationships to write are specified by a relationship type.
406406
This can either be an element identifier used in a relationship projection during graph construction or the `writeRelationshipType` used in algorithms that create relationships.
407+
Relationships are always written using a single thread.
407408

408409
.Write relationships to Neo4j:
409410
[source,cypher]

0 commit comments

Comments
 (0)