The batch inserter <http://docs.neo4j.org/chunked/2.1.3/javadocs/org/neo4j/unsafe/batchinsert/BatchInserter.html> does no such checks, no
On Thu, Aug 14, 2014 at 6:54 PM, gg4u <[email protected]> wrote: > Hi, > > a quick note on the batch importer: > > does it import the relationships with an equivalent *create ()-[]->() * > or *merge ()-[]-()* ? > > In order to reduce the size of the graph, I would like to avoid to have > duplicate relationships, in the sense that if a rel > a-[]-b exist, that is equivalent to b-[]-a > and ignore the latter. > > In case of a weighted graph, does merge ignore b-[r]-a if a-[r]-b exist > but r > has different weight? > > thank you ! > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Mattias Persson Neo4j Hacker at Neo Technology -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
