#[SOLVED] Size of array attribute in Appwrite collection
3 messages · Page 1 of 1 (latest)
The array it self would be a longtext which in MariaDB has a limit of 4,294,967,295 https://mariadb.com/kb/en/longtext/#:~:text=Description,232 - 1 )%20characters.
So if you store Appwrite id's inside an array in such a field and every ID is 20 characters that's means you can store roughly 171,798,691.8 IDs
That's perfect. Thanks a lot 😄