Re: [Neo4j] Does migrating data from oracle to neo4j with apoc jdbc is slower than load csv ?

2018-10-12 Thread pradeep ponduri
Hey Micheal

I need to upload transactional data  on monthly basis from oracle to neo4j.
My hardware details


   - 
   - r5.4xlarge instance in AWS 128G memory, EBS
   - 32 GB heap, 32 GB pagecache
   - Graph db size  680GiB
   - Number of nodes to  create everymonth ~ 2 million

Am using apoc.load.jdbc procedure, within apoc.periodic.iterate to create 
the nodes. But its taking forever.
What things can I change to get a better performance?

thanks



On Tuesday, October 9, 2018 at 6:52:36 PM UTC-4, Michael Hunger wrote:
>
> Can you share more detail?
>
> Ask in the import-export category in our new Community Site & Forum 
> 
>
>
> On Tue, Oct 9, 2018 at 11:00 PM pradeep ponduri  > wrote:
>
>> Am working on a use case where I need to migrate huge data from oracle to 
>> neo4j.
>> What is the best way to do? Am using python as scripting.
>>
>> -- 
>> 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 neo4j+un...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Neo4j] Does migrating data from oracle to neo4j with apoc jdbc is slower than load csv ?

2018-10-09 Thread 'Michael Hunger' via Neo4j
Can you share more detail?

Ask in the import-export category in our new Community Site & Forum



On Tue, Oct 9, 2018 at 11:00 PM pradeep ponduri 
wrote:

> Am working on a use case where I need to migrate huge data from oracle to
> neo4j.
> What is the best way to do? Am using python as scripting.
>
> --
> 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 neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Neo4j] Does migrating data from oracle to neo4j with apoc jdbc is slower than load csv ?

2018-10-09 Thread pradeep ponduri
Am working on a use case where I need to migrate huge data from oracle to 
neo4j.
What is the best way to do? Am using python as scripting.

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.