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 reallocations and rebinding of variadic sized columns in inserts #118

Open
pacman82 opened this issue Dec 10, 2024 · 0 comments
Open

Comments

@pacman82
Copy link
Owner

Currently variadic sized columns are in inserts are reallocated every time they see a new longest element. Worst case looks like this

H
He
Hel
Hell
Hello

with each of the five string elements triggering a new rebind, since they are larger than any before.

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

No branches or pull requests

1 participant