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

Avoid memory allocation and copying of rows in QLResultSet #469

Closed
robertpang opened this issue Sep 12, 2018 · 0 comments
Closed

Avoid memory allocation and copying of rows in QLResultSet #469

robertpang opened this issue Sep 12, 2018 · 0 comments
Assignees
Labels
kind/enhancement This is an enhancement of an existing feature

Comments

@robertpang
Copy link
Contributor

QLResultSet currently allocates memory and copies rows before serializing them. It can be optimized by avoiding those and serialize the rows for return to caller directly.

@robertpang robertpang added the kind/enhancement This is an enhancement of an existing feature label Sep 12, 2018
@robertpang robertpang self-assigned this Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This is an enhancement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant