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

Fixes #4337: Improvements for apoc.agg.analytics #4359

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Feb 19, 2025

Fixes #4337

Changes

  • Added performance test with 4 million nodes (I think is better than download csv/7z dump from an url, since the url could be invalid in the future and downloading it locally requires a lot of disk space)
  • Added batching mechanism in ExtendedUtil.
    • Is useful for performance purposes, since without batchSize the insert table time is 91 vs the 68 seconds with batchSize.
  • writeMode CREATE (default) and APPEND
  • added neo4jQuery, sqlQuery and batchSize validations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant