Michael Hunger

Results 538 comments of Michael Hunger

If you're using embedded it should be easy to upgrade to 3.5 You could also just call the procedure via db.execute() and pass in parameters, that would be easiest. Usually...

What is your memory config for heap and page-cache. What kind of disk are you using? Do you only have 4 CPUs ?

Hmm another ideas for a short version would be key(s) when talking about the property-key and prop(s) for the actual property? As I've seen some confusion about property used for...

Wow @aseemk and @brian-gates this is really impressive. Great effort. Thanks so much for making it happen. Would you mind writing a blog post and helping us putting the right...

Hi @aseemk when do you think this can become an official final release? Also I pinged you via email/skype about one issue :) I know you're busy.

Perhaps we can take a kind of snapshot at the beginning when we start extracting the data? And ignore everything that was not part of it. Alternatively we could just...

Hmm do we want to add this as an option to be able to experiment more with it?

Do you have access to a test instance? And a JDBC driver?

it's odd the csv export / import should handle json correctly. I have a deeper look at the issue What is the data type in your relational database? Yep apoc.periodic.iterate...

It's actually an interesting proposal. Let's discuss this. So instead of doing the transformation + batching (optionally parallel) in Java, we would do it in apoc instead.