When I try to create an attribute , it's showing attribute limit exceeded
ya...this is a limitation of the underlying db. do you really need somethign that is 10,000 or is longer okay?
nope , I just give it some default value. I didn't realize it. Thanks for pointing out
try longer than 16383. under 16383, a VARCHAR is used which takes up space in the row. starting at 16384, TEXT is used which is a pointer and takes up less space
that's so cool. I am just learning about varchar. But why go with the varchar in the first place if it takes more space
Varchar will take a less space as it will limit the size of the able to inserted into that attribute.
P.s. Char it's like Varchar but the length is not varying. the final different will be matter for indexing purposes
oh okay got it. Thank you
The attribute is getting created now. You can close the issue
[SOLVED] Attribute Limit Exceeded
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Appwrite cloud DB server error 500
Getting this error