On Tuesday, October 28, 2014, <[email protected]> wrote: > [email protected] > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!forum/neo4j/topics> > Google > Groups > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > Today's topic summary > View all topics > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!forum/neo4j/topics> > > - Hi <#14958864e692f48d_group_thread_0> - 2 Updates > - Problems with structure after multiple BatchInserter runs and > supernodes <#14958864e692f48d_group_thread_1> - 1 Update > - Creating multiple nodes and connect them in single Cypher query > <#14958864e692f48d_group_thread_2> - 2 Updates > - Weird Cypher error <#14958864e692f48d_group_thread_3> - 3 Updates > > Hi > <http://groups.google.com/group/neo4j/t/7f21f0d346d48341?utm_source=digest&utm_medium=email> > Aileen Agricola <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>>: Oct > 28 09:59AM -0700 > > Hi Grant, > > I'm forwarding your question to our google group. Our community can assist > you with your questions. > > best, > Aileen Agricola > > > Aileen Agricola > Web Program Manager | Neo Technology ...more > <http://groups.google.com/group/neo4j/msg/d2ae2a6a8554b30e?utm_source=digest&utm_medium=email> > Michael Hunger <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>>: Oct > 28 06:14PM +0100 > > Hi Grant, > > please always share the queries that you tried, otherwise it is impossible > to guess what the reason could be. > Can you also state something about your data model, data size and ...more > <http://groups.google.com/group/neo4j/msg/bbd455150c6d6751?utm_source=digest&utm_medium=email> > Back to top <#14958864e692f48d_digest_top> > Problems with structure after multiple BatchInserter runs and > supernodes > <http://groups.google.com/group/neo4j/t/e5336e418582a2dc?utm_source=digest&utm_medium=email> > Joseph Guhlin <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>>: Oct 28 > 07:52AM -0700 > > I was able to create the database using only one instance of the > BatchInserter, and am still having the error: > > START x=node:main(id = "Medtr2125s0010") > MATCH (x)-[:EXPRESSED]-(y) > WITH x,y ...more > <http://groups.google.com/group/neo4j/msg/353fe061701618b3?utm_source=digest&utm_medium=email> > Back to top <#14958864e692f48d_digest_top> > Creating multiple nodes and connect them in single Cypher query > <http://groups.google.com/group/neo4j/t/1e3dd72ac057113d?utm_source=digest&utm_medium=email> > Krishna Shetty <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>>: Oct 28 12:58AM > -0700 > > I have a requirement where I need to create multiple nodes and connect > them > in a single(instead of running separate cypher quries) cypher query > request. This is to improve the write performance. ...more > <http://groups.google.com/group/neo4j/msg/8408ef9741082ff5?utm_source=digest&utm_medium=email> > Michael Hunger <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>>: Oct > 28 09:59AM +0100 > > You don't need the with here > Not even multiple create clauses, commas are enough > Make sure to use parameters instead of literal values for properties > > Von meinem iPhone gesendet > > ...more > <http://groups.google.com/group/neo4j/msg/fc37d2e6b3899b0c?utm_source=digest&utm_medium=email> > Back to top <#14958864e692f48d_digest_top> > Weird Cypher error > <http://groups.google.com/group/neo4j/t/d66d3681a9bd16b0?utm_source=digest&utm_medium=email> > Mark Angrish <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>>: Oct 27 > 03:47PM -0700 > > Hi there, > > I have been trying to solve this bizarre problem for a day now and I can't > figure it out. I have the following cypher: > > > MATCH (a:A{email:"[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>"}) > OPTIONAL MATCH ...more > <http://groups.google.com/group/neo4j/msg/49ec1baa3aa084b2?utm_source=digest&utm_medium=email> > Mark Angrish <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>>: Oct 27 > 05:55PM -0700 > > Ok a couple more hours of tinkering and I worked it out. Here is what i > did > in case any one else wants to follow this path of returning graphs back > rather than rows: > ...more > <http://groups.google.com/group/neo4j/msg/84146cc6bac45437?utm_source=digest&utm_medium=email> > Michael Hunger <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>>: Oct > 28 02:10AM +0100 > > The problem is just exploding cardinality. Each new mach multiplies the > cardinality of the (intermediate) results > > Your first solution is a good one > > Another one that you might want to do is: > ...more > <http://groups.google.com/group/neo4j/msg/666f8cfeba75af10?utm_source=digest&utm_medium=email> > Back to top <#14958864e692f48d_digest_top> > You received this digest because you're subscribed to updates for this > group. You can change your settings on the group membership page > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!forum/neo4j/join> > . > To unsubscribe from this group and stop receiving emails from it send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','neo4j%[email protected]');>. >
-- 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.
