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

Store INTEGER, UNSIGNED and DOUBLE literals without allocate additional memory #6531

Open
ImeevMA opened this issue Oct 19, 2021 · 0 comments
Labels
good first issue Good for newcomers sql
Milestone

Comments

@ImeevMA
Copy link
Collaborator

ImeevMA commented Oct 19, 2021

Determine if INTEGER, UNSIGNED, and DOUBLE literals can be stored in opcodes OP_Int64 and OP_Real without allocating additional memory. For example, can we use P1, P2, or P3 registers to store these values.

If possible, we should adjust the size of the prepared statement accordingly.

@kyukhin kyukhin added this to the wishlist milestone Dec 10, 2021
@igormunkin igormunkin removed the teamL label Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers sql
Projects
None yet
Development

No branches or pull requests

3 participants