puffybatmanOriginal post
Rank 1: Thread
Say you want store blog posts, normally in mySQL you would setup the DB column to be text or longtext type.
Summary
There is no limit on the size of a String Attribute in Appwrite's database, as it is based on Utopia-PHP which has a limit of 4294967295 characters. So you can store large amounts of data such as blog posts without any issues.