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
- Password check in function
Hi, is there any way now for checking if the users password is correct in a function? I am creating a delete user function and before deleting I would like to c...
- Deployment fails after 15+ minutes: "Wai...
Hi, I'm Jayden. My email is jaydthom@haverford.org, and i'm having persistent deployment failures with my Next.js project. What happens: Push to GitHub trigg...
- DB connection | Got timeout reading comm...
When looking at the logs of `appwrite-mariadb` I'm seeing a lot of: ``` 2026-04-09 7:37:28 10 [Warning] Aborted connection 10 to db: 'appwrite' user: 'appwrit...