Skip to content
Discussion options

You must be logged in to vote

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…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ZeroAurora
Comment options

Answer selected by stnguyen90
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working product / databases Fixes and upgrades for the Appwrite Database.
4 participants
Converted from issue

This discussion was converted from issue #3410 on October 23, 2022 15:00.