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

Improve memory consumption of statements and requests [CORE6330] #6571

Closed
firebird-automations opened this issue Jun 11, 2020 · 4 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @asfernandes

Commits: 1951362

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Sean Leyne (seanleyne)

Adriano,

This is really about reducing the memory footprint for those structures, correct?

@firebird-automations
Copy link
Collaborator Author

Commented by: @asfernandes

Some commits already done:
Improve statement memory consumption using better alignment and enum storage size. (b34e204)
Improve statement memory consumption using single NullNode instance. (0da3d68)
Improve Node memory consumption. (2435945)

More to follow.

@asfernandes
Copy link
Member

This was leaved opened with some commits already done. I'll mark now as fixed in 4.0.1.

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