cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j Admin Import still shows High-IO False even when set true

Cant seem to get high-io to read True when using the Neo4j Admin import. Here is my bash cmd:

~/../../../usr/bin/neo4j-admin import --nodes "import/uids-header.csv,import/uid_no." --nodes "import/identitylink-header.csv,import/idlink_no." --nodes "import/bluekai-header.csv,import/bk_no." --nodes "import/acxiom-header.csv,import/axm_no." --nodes "import/adobe-header.csv,import/adb_no." --nodes "import/lr-header.csv,import/lr_no." --nodes "import/viant-header.csv,import/vnt_no." --nodes "import/ga-header.csv,import/ggl_no." --nodes "import/segment-header.csv,import/seg_no." --nodes "import/email-header.csv,import/email_no." --relationships:RELATED_TO "import/rels-header.csv,import/idlink_li.,import/bk_li.,import/axm_li.,import/adb_li.,import/lr_li.,import/vnt_li.,import/ggl_li.,import/seg_li.,import/email_li.*" --high-io=true --ignore-duplicate-nodes=true --ignore-missing-nodes=true --delimiter="~" --max-memory=95%

This is read out of Available resources:
Total machine memory: 240.09 GB
Free machine memory: 238.17 GB
Max heap memory : 26.67 GB
Processors: 32
Configured max memory: 192.08 GB
High-IO: false

I am on a AWS EC2 with IOS SSD EBS storage with 8000 IOPS which I figured would help speed up my import and transaction/query speed when I scale to a multi-TB dataset.

Expected behavior: High-IO : True
Resulting behavior: High-IO : false

1 ACCEPTED SOLUTION

This is clearly an issue for GitHub, please report it there:

Thanks!

View solution in original post

2 REPLIES 2

This is clearly an issue for GitHub, please report it there:

Thanks!