Hey everyone,
I'm working on importing a database from Oracle to Neo4j Desktop with ETL Tool Graph App. I've got 2 issues with that.
First one is when I import the data, I get this error even though import is completed.
" Invalid constraint syntax, ON and ASSERT should not be used. Replace ON with FOR and ASSERT with REQUIRE. (line 1, column 1 (offset: 0)) "CREATE CONSTRAINT ON (n:Mrrel) ASSERT n.aui IS UNIQUE"
I'm aware that this command is changed now but I don't know where ETL Tool gets this command from and I can't fix it.
Second problem is my database is huge. There are approximately 250million rows of data in total. Even importing 300 thousand rows takes around 2-3 hours. So importing 250million rows seems like impossible.
Here's my ETL Tool screen. Changing settings here doesn't help
Is there any method to speed up this process? If anyone has an idea I'd love to hear it.
Thanks.