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

is there a rule regarding the maximum length of a string ? #1

Open
TheBugMaker opened this issue Feb 17, 2018 · 1 comment
Open

is there a rule regarding the maximum length of a string ? #1

TheBugMaker opened this issue Feb 17, 2018 · 1 comment

Comments

@TheBugMaker
Copy link

how long should the maximum length of a string be ?

@Segflow
Copy link
Contributor

Segflow commented Feb 18, 2018

Hey @TheBugMaker ,
Actually there is none, as long as you have space, you can store data.
If you want to limit it due to design issue or maybe performance, you can limit is to something not lower than a page size: 4KB :)

I hope that you are enjoying the challenge.

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