OmarO
Convex Community3y ago
5 replies
Omar

Say we wanted to build a feature that shows how many followers a user has on a platform..

Convex arrays max at 8k values, this is plenty for current use case but curious how you would advise to handle this in the case of a user having more than 8k followers. Do you suggest having a new field for the overflow arrays, ie a seperate field of followers ID array for each 8,192 limit? Thanks for any insights!
image.png
Was this page helpful?