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

Implement PROFILE MEMORY clause / command #2002

Open
gitbuda opened this issue May 3, 2024 · 0 comments
Open

Implement PROFILE MEMORY clause / command #2002

gitbuda opened this issue May 3, 2024 · 0 comments
Labels
customer customer Effort - Medium Effort - Medium feature feature Frequency - Monthly Frequency - Monthly Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3

Comments

@gitbuda
Copy link
Member

gitbuda commented May 3, 2024

In the similar way how the PROFILE works it would be very interesting how much each clause consumes memory.

E.g.

MATCH (n) // all below are just illustrations of the complexity -> double-check for the exact numbers
WITH n // copies of accessors - 48B each
WITH n.age // copies of ints - 8B each
WITH n.string // copies of string - arbitrary in size, maybe smaller compared to node, maybe much bigger
@gitbuda gitbuda added feature feature Effort - Medium Effort - Medium Severity - S3 Severity - S3 customer customer Frequency - Monthly Frequency - Monthly Reach - VeryFew Reach - VeryFew labels May 3, 2024
@hal-eisen-MG hal-eisen-MG added the Priority - Later Priority - Later label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer customer Effort - Medium Effort - Medium feature feature Frequency - Monthly Frequency - Monthly Priority - Later Priority - Later Reach - VeryFew Reach - VeryFew Severity - S3 Severity - S3
Projects
None yet
Development

No branches or pull requests

2 participants