[SOLVED] The maximum number or size of attributes for this collection has been reached
- 1
- Resolved
- 3
- Databases
- Cloud
is there a limit to number of attributes in a collection ? what is it ? Can it be increased ? What is the workaround ?
If I remember It well, the limit was quite high
Maybe you should use a different structure or separate the data into multiple collections
That's a lot 👀
maybe i will combine few of them into a single json attr
Yes. If you want you can specify what are you trying to achieve so we can have a better idea and guide you if needed 🙂
i have a jobs collection which stores taskId and other metadata from a different api and gets updated async ( through another func via cron ) , this is directly connected to entity called characters . Need to list these character generations uniquelty to a single character . let me know if more info is required.
Hmmm I see. It's not that much. Maybe they are too big? What's their average size?
I thought it was a longer list 😅
Great! I'm marking this as solved then. 😄
[SOLVED] The maximum number or size of attributes for this collection has been reached
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...