Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batched parallel not working with UNWIND #70

Open
katarinasupe opened this issue Feb 8, 2024 · 1 comment
Open

Batched parallel not working with UNWIND #70

katarinasupe opened this issue Feb 8, 2024 · 1 comment
Labels
community community Effort - High Effort - High Frequency - EveryTime Frequency - EveryTime Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3

Comments

@katarinasupe
Copy link

Import the following dataset with batched parallel in-memory analytical mode and notice you have 300k nodes and 280k edges, while the dataset has 300k nodes and 300k edges (can be confirmed with classic mgconsole import with in-memory transactional mode). To be exact, there are 20k relationships of type DRIVES missing.

Here is the dataset.

@katarinasupe katarinasupe added community community Severity - S3 Severity - S3 Effort - Unknown Effort - Unknown Importance - I3 Importance - I3 labels Feb 8, 2024
@katarinasupe katarinasupe changed the title Batched parallel in in-memory analytical not working as expected Batched parallel in in-memory analytical mode not importing all edges Feb 8, 2024
@katarinasupe
Copy link
Author

katarinasupe commented Feb 15, 2024

Probably related to UNWIND clause being used.
Tested on just nodes import and again ended up with 20K nodes less than it should be (in this case, Order nodes) both in in-memory analytical and in-memory transactional.

Here is the dataset.

@katarinasupe katarinasupe changed the title Batched parallel in in-memory analytical mode not importing all edges Batched parallel not working with UNWIND Feb 15, 2024
@imilinovic imilinovic added Effort - High Effort - High and removed Effort - Unknown Effort - Unknown labels Feb 22, 2024
@hal-eisen-MG hal-eisen-MG added Priority - Later Priority - Later Priority - Now Priority - Now and removed Priority - Later Priority - Later Priority - Now Priority - Now labels Feb 22, 2024
@katarinasupe katarinasupe added Frequency - EveryTime Frequency - EveryTime Reach - VeryFew Reach - VeryFew and removed Importance - I3 Importance - I3 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community Effort - High Effort - High Frequency - EveryTime Frequency - EveryTime Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3
Projects
Development

No branches or pull requests

3 participants