Nicole White

Results 39 comments of Nicole White

Can you show me your code?

Sorry, thought I had responded to you. The problem is that you're committing in batches of 1000 in LOAD CSV and in a single batch of 12613 in the R...

Sorry, I don't think the transactional endpoint will ever be as fast as `LOAD CSV` or `neo4j-import`. `createNode()` and `createRe()l` definitely won't be as fast as they are creating nodes...

Hey, I'm not following the example in the docs for `dbEscapeStrings`. Can you show an example of what you want to achieve?

Thanks for another good idea. :) I will review it and request changes (if any) this weekend.

I wonder if it would make more sense to incorporate this into [importSample()](http://nicolewhite.github.io/RNeo4j/docs/import-sample.html), rather than writing a new function that does something similar.

I noticed you were assuming the graph object was called graph. It definitely needs to dispatch on the graph class. I am not aware of a way to dispatch on...

There's a hacky way we can do it. We'll have a method that dispatches on the graph class, then within that method we'll check the class of the second argument...

I don't like the `domain` argument; it isn't typical to hold several, unrelated subgraphs in one Neo4j instance. It seems like a hacky way to switch databases. I want to...