Hi!
Since there’s a 500KB field size limit for collections, I would like to know how many characters I can store in each field.
For example, in case of UTF-8, each character is encoded as 1 to 4 bytes (variable width), so worst case that means a limit of 125.000 characters.
Thanks!