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

large strings #94

Open
roihe opened this issue Jul 6, 2023 · 1 comment
Open

large strings #94

roihe opened this issue Jul 6, 2023 · 1 comment

Comments

@roihe
Copy link

roihe commented Jul 6, 2023

if i do a table.Insert(func(r column.Row) error { r.SetString("name", "Alice"+RandStringBytes(70000)) return nil }) it results in a "runtime error: index out of range [75901] with length 70009".
Is there a limit for large strings? Thank you

@kelindar
Copy link
Owner

Right, it's currently limited to 65K. It's probably not the best idea to store large strings in column anyway, not really designed for this at the moment.

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

2 participants