Attribute Limit Exceeded #4562
-
👟 Reproduction steps
👍 Expected behaviorShould be able to create as many attributes as I want, or at least very many before this limit is reached. 👎 Actual BehaviorCan only make a 2-4 URL attributes on a document before getting an error. 🎲 Appwrite versionVersion 0.14.x 💻 Operating systemLinux 🧱 Your EnvironmentI am using the digital ocean marketplace version of Appwrite 👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hey there 👋 Our URL attribute has a size set to That means you should be able to add up to 8 URL attributes if you had no other attributes. In a screenshot I can see a string attribute, what size did you set for that? It also counts towards this 16kb limit and might be using most of it. There is a breaking point for string sizes, and it is |
Beta Was this translation helpful? Give feedback.
-
|
@JosephShering, do you have any other questions about this or can this be closed? |
Beta Was this translation helpful? Give feedback.

Hey there 👋 Our URL attribute has a size set to
2000, and that counts towards the 16kb attribute limit (defined by MariaDB).That means you should be able to add up to 8 URL attributes if you had no other attributes.
In a screenshot I can see a string attribute, what size did you set for that? It also counts towards this 16kb limit and might be using most of it.
There is a breaking point for string sizes, and it is
16384. If you set the size of your string attribute to the number above that, it will NOT count towards the 16k limit and you will have much more space for other attributes. The only problem tho will be indexing - it is not as fast as it would be if you defined the number below…