Web Developer
is there a limit to number of attributes in a collection ? what is it ? Can it be increased ? What is the workaround ?
Votes
1
Replies
14
Participants
3
Messages
15
Web Developer
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
Rank 1: Thread
i have 11 attributes currently and not able to add 12th one.
That's a lot 👀
What are you trying to achieve?
Rank 1: Thread
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 🙂
Rank 1: Thread
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.
Rank 1: Thread
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 😅
Rank 1: Thread
yes it was size issue, solved it by adjusting size of attributes
Great! I'm marking this as solved then. 😄
[SOLVED] The maximum number or size of attributes for this collection has been reached