I'm getting ready to launch a web platform and need more info on the capabilities. I want to know if the speeds for platform are faster on the paid Appwrite plan. Can someone from the Appwrite team send me a private message as I want to keep my platform details a bit private for now. Thank you!
Check out the pricing page here - https://appwrite.io/pricing it has a comparison between the two tiers.
Speed as in latency will be reliant on your location. We're still in Beta so we are limited to a single region in Germany at this time but hope to open it up to more global regions by the end of the year hopefully.
So how does Appwrite play a part if I have my own cloud for storing ? Can i still utilize Appwrite?
Recommended threads
- log out failure
I am trying to set up the user sign up/log in/log out and while I have got the sign up/log in to work, log out keeps failing. i am keeping it simple with only r...
- Column size update error – "Invalid inde...
Hey everyone, I’m running into an issue when trying to update the size of an existing column in my Appwrite database. I’m trying to change the size from 30 to 5...
- Use queries on relationships other than ...
Can I use queries other than Query.select on relationships such as Query.equal('relationship.someattr', 'value')?