Hi @all, I migrated a table with around 50 attributes from MySQL to Supabase and like to migrate that to appwrite now.
My freelancer managed to create that collection somehow in the past, but I have no clue how he did that.
Now I need to adjust some sizes.
I am running in this annoying error "Attribute Limit Exceeded".
I can not even recreate the collection the freelancer did before. Not with the WebUI nor with the Python SDK.
I found a post from last year telling something about VARCHAR and TEXT, but appwrite only has the string type (beside URL, Email ....) But not string or text or some sort. So I do not understood how this can be helpful.
The MariaDB should be able to handle that table because I could create it on MySQL 5.5 InnoDB before.
So what can I do? Is there some sort of hack that my freelancer used or maybe some official way of creating the collection?
- width: string (Größe: 111111)
- length: string (Größe: 111111)```
can be stored as int, no?
How you wanna query them?
That was only, because I could not even add a float attribute. So I assume that he tried to made it this way.
After 19 attributes I can not even add another one. So setting all other values to 111111 made it worked at least with TEXT. Otherwise no add attribute could be added.
Sorry for that bad english grammar. I hope you understood what I meant 😄
Don't worry I do.
I would just clean them all up before storing them. I know it's a pain in the arse but you will thank yourself later.
With your support I now have the key to set long string fields to TEXT, so that space is freed to add smaller attributes. So now it would make sense to clean the schema. Before that I could not add all attributes. The best way is that I now understand how that is handled with appwrite and having a switch to go from VARCHAR to TEXT.
Thanks again for your support and you too @Steven
Is this solved then?
hold onnnn no hahahaha
I have the same problem, but with less columns
Do you really need that many columns?
Hahahaha, I just want to add in many photos, should I just build another collection then and call from that?
But that calls for deeper development
maaannnn lol is it impossible to get more columns?
How many collections can we have?
I recommend creating a new post and explain your specific use case, as it really depends on what you're building 😅
What is the size of each attribute
I don't think there's a limit, but I also don't think you will need to have a lots of collections?
I will send right now
Well my "title" is 2200
Sooooo
hmmm could it be that some of these are too big?
Is there a limited quota
Continuing in the new post
Just tell me the size of each attribute and keep your message compact
Recommended threads
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...
- _APP_OPTIONS_ROUTER_PROTECTION
Hi Everyone, I just setup a fresh 1.9.0 on a server. Configured everything and now when i try to connect to appwrite for first time setup i get a _APP_OPTIONS_R...
- API key without database.read/write
I had some issues with my previous API key and I deleted it then I wanted to create a new one and discovered the database checkbook has no database.read/write j...