Max size in MariaDB is like 107340000 something characters, and when I try to create a string with longer than 100000 it errors like this
TypeScript
Operation failed: AppwriteException [Error]: Invalid document structure: Attribute "data" has invalid type. Value must be a valid string and no longer than 100000 chars
 {
  code: 400,
  type: 'document_invalid_structure',
  response: {
    message: 'Invalid document structure: Attribute "data" has invalid type. Value must be a valid string and no longer than 100000 chars',
    code: 400,
    type: 'document_invalid_structure',
    version: '1.5.3'
  }
}
TL;DR
 Developers are trying to create a string larger than 100,000 characters in MariaDB but getting an error due to the max size limit being around 107,340,000 characters. The error message states that the attribute "data" must be a valid string no longer than 100,000 characters.to clarify, the max size is 1073741824
Recommended threads
- dart appwrite 16.2.0 throws errors
Hi there, I just updated to 1.7.4 and also wanted to update the dart appwrite sdk to fit the appwrite version I am using now. So I updated to 16.2.0 and get th...
 - Server error on multiple requests
Hi there, I've updated from 1.5.7 to 1.7.4. I am using meilisearch for indexing and have therefore a dart script which syncs the appwrite data to meilisearch in...
 - server error github after upgrade to 1.8...
I got the error Error 500 Server Error general_unknown can not connect to github