Is a maximum string size only 500 characters?
I need to store a few paragraphs of sanitized HTML to render some instructions on the frontend. What should I do?
Nope. What makes you say that?
Ah I thought I read it in a previous support question. I would probably need 5,000 - is that manageable?
Did you try it?
yeah it's accepted it - I ask because I was reading a previous support question of someone who had no problem with 500 but as they were getting an error response from the server at 1,000. I didn't want to go all the way down the road configuring the database only find that it would be rejected in the API call.
You should definitely just play around with the different sizes and see what size you need for your data.
The max size in 1.3 is 1GB, but that doesn't mean you should set it to that.
Recommended threads
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...