mgconsole
mgconsole copied to clipboard
Importing large cypherl dataset using mgconsole in batch mode is giving: Rollback transaction because nodes+edges=999 batch index: 6 batch size: 1000
Importing the blue sky dataset, which has 1.1 mil nodes and 6m relationships in batch mode shows this error repeating:
Rollback transaction because nodes+edges=999 batch index: 6 batch size: 1000
This happened in both analytical and transactional mode
Link to dataset: https://drive.google.com/file/d/1lnwPwQzdlMBlSiKItZuRC58GeD6dLPMT/view?usp=drive_link
- start import in tx mode
- it will fail
- switch to the analytics mode
- detach delete
- start import in the analytics mode -> it will fail with the rollback error specified in the description